• Overview
@angular/core

ExistingSansProvider

interface

Configures the Injector to return a value of another useExisting token.

  
    interface ExistingSansProvider {}
  
  

useExisting

any

Existing token to return. (Equivalent to injector.get(useExisting))

Jump to details