Q. Which Angular CLI command is used to add a new module?
β
Correct Answer: (A)
ng generate module
Explanation: ng generate module creates a new Angular module.