Outline
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