Question: You want to see what files would be generated by creating a new contact-card component. Which command would you use?
- ng generate component contact-card --dry-run
 - ng generate component contact-card --no-files
 - ng generate component component --dry
 - ng generate component --exclude
 
Answer: The correct answer of the above question is Option A:ng generate component contact-card --dry-run