On this page
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:   | 
      
| parent | Type:  Optional. Default is   | 
      
| additionalProviders | Type:  Optional. Default is   | 
      
Returns
© 2010–2019 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
 https://v6.angular.io/api/core/createInjector