What is meant by angular CLI?
Accordingly, what is the angular CLI?
Angular CLI is a command-line interface (CLI) to automate your development workflow. It allows you to: create a new Angular application. run a development server with LiveReload support to preview your application during development.
Similarly one may ask, why is angular CLI used?
The Angular CLI is used for much more than just creating an Angular project. It can be used to create components, services, pipes, directives and more. Also it helps in building, serving, testing etc. CLI itself is quite something to learn about, it makes Angular development workflow much easier and faster.
Angular-CLI is a TOOL to create your angular 2 application. It provides commands to generate code such as components, services and directives to make angular 2 development easier to the developer. Angular CLI is a command line interface for writing or easily setting/building up an angular application.