Q. Which Angular CLI command creates a new component?
β
Correct Answer: (B)
ng generate component
Explanation: The correct command to generate a component is `ng generate component` or `ng g c`.