August 2017
Beginner
374 pages
10h 41m
English
We are now going to set up an Angular 2+ project:
npm install -g @angular/cli
ng new chapter44
The preceding command will create a new directory, set up TypeScript, and install all dependencies via npm.
ng serve --open
You should now see the following page:

Read now
Unlock full access