0Pricing
Angular Academy · Lesson

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/cli

All lessons in this course

  1. Generating a New Project
  2. Project Structure Explained
  3. Generating Code with ng generate
  4. Building and Serving
← Back to Angular Academy