Q. Which Angular CLI command is used to add a new service?
β
Correct Answer: (B)
ng generate service
Explanation: `ng generate service` creates a new service class and injects metadata automatically.