How to generate a class in Angular 7 using CLI?
Ask by Shrikant Mishra
Updated 05 Apr 2021
The Angular CLI is a command-line interface tool that you use to initialize, develop, scaffold, and maintain Angular applications directly from a command shell.
What is Angular CLI?
Where Angular CLI stands for Command Line Interface, which is used to start an Angular app quickly, with minimal setup and without custom configuration. The Angular CLI has a set of commands that create the file from scratch, update the file, create app configuration, and so on. Generally, the most important feature of CLI is that it starts the local web server so as soon as the application’s files are compiled, we can view the output on the default Angular URL ‘localhost:4000’.
or