Q. How do you define a service that should be scoped only to a specific Angular module?
β
Correct Answer: (A)
Provide it in the module's providers array
Explanation: Services provided in a module’s providers are scoped to that module.