Q. Which command is used to create a new Angular component?
β
Correct Answer: (C)
ng generate component
Explanation: To create a new component, the command is `ng generate component`.