Angular
Angular CLI Basics - Introduction
  •  

Introduction to the CLI

Mute
Current Time 0:00
/
Duration Time 0:00
Loaded: 0%
Progress: 0%
Stream TypeLIVE
Remaining Time -0:00
 

CLI stands for Command Line Interface, and you use a CLI in your command prompt or terminal application. The Angular CLI allows you to enter commands and have some sort of output be created, like a new application, new component, etc. The Angular CLI also serves your application in development environments and builds it for different deployed environments.

Install the Angular CLI with the following command:

npm i -g @angular/cli