Q. What does the `providedIn: 'root'` option in `@Injectable()` indicate?
β
Correct Answer: (A)
The service is available application-wide
Explanation: `providedIn: 'root'` ensures a singleton service at app level.