Installing Node & the Angular CLI

MUST READ:

In this lecture, we'll create a new Angular project (see video below).

Make sure you add the --no-strict flag when running ng new (e.g. run ng new my-project --no-strict) in the next lecture.

Thereafter, this tool will ask you two questions:

1) Do you want to use the Angular Router? => Choose "No Router"

2) Which CSS pre-processor do you want to use? => Choose "CSS"

Complete and Continue