User Tools

Site Tools


angular_cli

Angular CLI

The Angular CLI is used to create projects, generate application and library code, and perform a variety of ongoing development tasks such as testing, bundling, and deployment.

To install the Angular CLI, open a terminal window and run the following command:

npm install -g @angular/cli

The Angular CLI is invoked as ng.

More info here.

angular_cli.txt · Last modified: 2023/07/14 13:09 by jimc