January 2018
Intermediate to advanced
332 pages
7h 36m
English
Before moving on to the individual use cases, we will first create the Angular application which will work as the base for our examples.
Follow the given commands to get up and running with the application:
npm install -g @angular/cli
ng new <project-name>
ng serve
Read now
Unlock full access