@angular/core

TypeProvider

interface

Configures the Injector to return an instance of Type when `Type' is used as the token.

  
    interface TypeProvider extends Type<any> {}
  
  
Jump to details