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:

  1. Clone the repo git clone https://github.com/kaikcreator/AngularComponents101 
  2. Run npm install -g @angular/cli  in order to install the angular CLI (includes the development server)
  3. Run npm install  in order to install dependencies
  4. Run ng serve  to execute the development server
  5. 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.