CLI

Introduction to the Angular CLI

The Angular CLI provides a powerful set of tools that can bundle your app with webpack, generate boilerplate code, and configure third-party extensions.

Getting Started

command line
npm install -g @angular/cli

ng --version
ng help

ng generate component --help

ng new my-app
code my-app

Questions? Let's chat

Open Discord