@angular/core

Provider

Type Alias

Describes how the Injector should be configured.

  
    type Provider = | TypeProvider  | ValueProvider  | ClassProvider  | ConstructorProvider  | ExistingProvider  | FactoryProvider  | any[]
  
  
Jump to details