Q. How do you make a service available application-wide?
β
Correct Answer: (A)
Provide it in root using `providedIn: 'root'`
Explanation: `providedIn: 'root'` makes a service singleton and available throughout the app.