Q. How do you declare a service to be provided only in a specific Angular module?
β
Correct Answer: (A)
Add it to the 'providers' array of that module
Explanation: Declaring a service in module providers limits its scope to that module.