1.

How To Generate A Class In Angular 7 Using Cli ?

Answer»

Create a CLASS using below code:

ng generate class [options]
ng G class [options]
WHOSE name REFERS the name of a class.
Options refer to the project name, spec value in BOOLEAN or type of a file.

Create a class using below code:

ng generate class [options]
ng g class [options]
Whose name refers the name of a class.
Options refer to the project name, spec value in Boolean or type of a file.



Discussion

No Comment Found