Starter commands, major components, and CLI scaffolds
Starter commands help generate new projects or add dependencies. Angular CLI commands help create major components by automatically generating boilerplate scaffolding code with ease. For the list of the full set of commands, visit https://github.com/angular/angular-cli/wiki.
Starter commands
Here are the most basic commands, which you will probably memorize over time and use the most often. Remember never to install @angular/cli
globally as covered in Chapter 3, Creating a Basic Angular App:
Name | Purpose | CLI command |
New |
Creates a new Angular application with an initialized Git repository, |