1.

How to generate a class in Angular?

Answer»

USE the FOLLOWING command to GENERATE a CLASS in Angular through CLI.
ng generate class myClass [OPTIONS]



Discussion

No Comment Found