createInjector

function

Create a new Injector which is configured using a defType of InjectorType<any>s.

createInjector(defType: any, parent: Injector | null = null, additionalProviders: StaticProvider[] | null = null): Injector

Parameters

defType

Type: any.

parent

Type: Injector | null.

Optional. Default is null.

additionalProviders

Type: StaticProvider[] | null.

Optional. Default is null.

Returns

Injector

© 2010–2019 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v6.angular.io/api/core/createInjector