Angular CLI is a command-line interface available as a node package. Angular CLI, introduced with Angular, helps you develop applications faster by generating the boilerplate code for a new application and adding features such as services, pipes, components, and directives to existing applications. Angular CLI is very powerful and handy in scaffolding your application easily. With the help of Angular CLI, we can create, build, test, and run our application, which will be a great relief to the developers.
Angular CLI runs under node and is dependent on many packages.