Which command would you use to create a service in Angular 7?
The command, ng generate service [service name]
generates a service in Angular.
BY Best Interview Question ON 25 Mar 2020
The command, ng generate service [service name]
generates a service in Angular.