in Angular by (31.7k points)
How to generate a class in Angular 7 using CLI?

1 Answer

0 votes
by (23.9k points)

ng generate class Dummy [options]

This will generate a class named Dummy.

Related questions

0 votes
asked Sep 18, 2019 in Angular by john ganales (14.1k points)
0 votes
asked Jun 5, 2022 in Angular by Robindeniel (20.8k points)
+1 vote
asked Jul 5, 2021 in Angular by sharadyadav1986 (31.7k points)
0 votes
asked Sep 18, 2019 in Angular by john ganales (14.1k points)
0 votes
asked Sep 3, 2019 in JAVA by Robin (14.6k points)
...