Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 702 Bytes

angular-cli.md

File metadata and controls

15 lines (8 loc) · 702 Bytes

Angular CLI

The Angular CLI (Command Line Interface) is the main tool Angular developers use to create, run and update Angular applications.

The Angular CLI, or just CLI as it is more commonly known, uses typed commands via your computers terminal to perform tasks that you will need as an Angular developer.

  • This is an excellent article from the Angular docs on the CLI and the various commands you can get the CLI to run - https://angular.io/cli

Other Useful Articles