From this section forwards, there's a new source code to start from, slightly refactored and with more elements that you will need in the next videos.
The source code is available in the URL below:
https://github.com/kaikcreator/AngularComponentsAdvanced
Installation instructions are inside the README of the repo. It basically consists of a Angular CLI generated project, so the only things you have to do, are:
Clone the repo git clone https://github.com/kaikcreator/AngularComponentsAdvanced
Run npm install in order to install dependencies
Run ng serve to execute the development server
See the results in the browser and start coding
You can use it as a starting point to follow the course, and you will save some time.
Inside "solutions" branch, you can find the source code updated with the solution corresponding to the end of each video.