Generating a New Project
Create an app with ng new and explore options.
The Angular CLI
The Angular CLI is the official command-line tool for creating, building, serving, and testing Angular apps. Commands begin with ng.
Installing the CLI
Install it globally with npm so the ng command is available everywhere.
npm install -g @angular/cliAll lessons in this course
- Generating a New Project
- Project Structure Explained
- Generating Code with ng generate
- Building and Serving