mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
parent
61be62d621
commit
8bb6b7ddb5
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ import {INJECTOR_DEF_TYPES} from './internal_tokens';
|
|||
|
||||
/**
|
||||
* Wrap an array of `Provider`s into `EnvironmentProviders`, preventing them from being accidentally
|
||||
* referenced in `@Component in a component injector.
|
||||
* referenced in `@Component` in a component injector.
|
||||
*/
|
||||
export function makeEnvironmentProviders(providers: (Provider|EnvironmentProviders)[]):
|
||||
EnvironmentProviders {
|
||||
|
|
|
|||
Loading…
Reference in a new issue