Q. How can you make a service available only to a specific module?
β
Correct Answer: (A)
Provide it in that module’s providers array
Explanation: Providing a service in module limits its scope to that module.