- ng generate component contact-card –dry-run
- ng generate component contact-card –no-files
- ng generate component component –dry
- ng generate component –exclude
You want to see what files would be generated by creating a new contact-card component. Which command would you use?
June 25, 2021June 25, 2021
0 Comment