Q. Which command is used to create a new Angular component using CLI?
β
Correct Answer: (A)
ng generate component
Explanation: `ng generate component` or `ng g c` is the CLI command to create a component.