@angular/core

TypeProvider

interface

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

  
    interface TypeProvider {  override [Symbol.hasInstance](value: any): boolean;}}
  
  
Jump to details