July 2019
Intermediate to advanced
416 pages
10h 6m
English
Unless you have recently installed Angular, you need to install it using npm. The part that we are going to install is the Angular CLI. This gives us everything we need to run from Command Prompt to generate our application, add components, scaffold the application, and more:
npm install -g @angular/cli
Read now
Unlock full access