Angular CLI | Angular 12, 11, 10 to 2

 Angular CLI

The Angular CLI is the fastest, easiest, and recommended way to develop Angular applications. The Angular CLI makes a number of tasks easy.


Here are some examples of Angular CLI:

  1. ·        ng build- Compiles an Angular app into an output directory.
  2. ·        ng serve - Builds and serves your application, rebuilding on file changes.
  3. ·        ng generate - Generates or modifies files based on a schematic.
  4. ·        ng test   - Runs unit tests on a given project.
  5. ·        ng e2e   - Builds and serves an Angular application, then runs end-to-end tests.

Install the Angular CLI:

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

npm install -g @angular/cli

ANIL SINGH

Anil Singh is an author, tech blogger, and software programmer. Book writing, tech blogging is something do extra and Anil love doing it. For more detail, kindly refer to this link..

My Tech Blog - https://www.code-sample.com/
My Books - Book 1 and Book 2

Angular CLI | Angular 12, 11, 10 to 2  Angular CLI  | Angular 12, 11, 10 to 2 Reviewed by Anil Singh on 7:58 AM Rating: (5)
www.code-sample.com/. Powered by Blogger.
^