Skip to content

Commit

Permalink
docs: improve description of providedIn any (angular#35192)
Browse files Browse the repository at this point in the history
PR Close angular#35192
  • Loading branch information
StephenFluin authored and mhevery committed Feb 7, 2020
1 parent 0cbdd54 commit b5fa4b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/src/di/injectable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ export interface Injectable {
* - 'root' : The application-level injector in most apps.
* - 'platform' : A special singleton platform injector shared by all
* applications on the page.
* - 'any' : The NgModule injector that receives the resolution.
* - 'any' : Provides a unique instance in every module (including lazy modules) that injects the
* token.
*
*/
providedIn?: Type<any>|'root'|'platform'|'any'|null;
Expand Down

0 comments on commit b5fa4b5

Please sign in to comment.