What does `providedIn: 'any'` do in Angular's @Injectable decorator?
-
A
Registers a single global singleton in the root injector
-
B
Creates a separate singleton instance for each lazy-loaded module that injects it
-
C
Makes the service available only in eagerly loaded modules
-
D
Provides the service in every component injector automatically