The source code used for this section is available in the URL below:
https://github.com/kaikcreator/AngularComponents101
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:
git clone https://github.com/kaikcreator/AngularComponents101 npm install -g @angular/cli in order to install the angular CLI (includes the development server)npm install in order to install dependenciesng serve to execute the development serverYou 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.