Q. What is the Angular CLI command to generate a new component?
β
Correct Answer: (A)
ng generate component component-name
Explanation: 'ng generate component' creates a new Angular component.