@angular/core

ProviderToken

Type Alias

Token that can be used to retrieve an instance from an injector or through a query.

  
    type ProviderToken = Type<T> | AbstractType<T> | InjectionToken<T>
  
  
Jump to details