What is Angular CLI?
In Angular CLI, “CLI” shorts for Command-line interface. Angular CLI is a command-line tool that assists us to create angular applications quickly and with great consistency. This tool can be directly used either in a command shell or indirectly through an interactive user interface, for instance, Angular Console. Angular CLI follows best practices and conventions which are extraordinary. It runs unit and end-to-end tests. In addition to this, it creates optimized builds for deployment to production. This creates the boilerplate code for angular features such as components, pipes, services, directives, etc. and also boilerplate for Typescript functions such as classes, interfaces, enums and many more.