ExistingSansProvider

From Get docs
< @angular/coreAngular/docs/8/api/core/existingsansprovider


ExistingSansProvider

interface

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

interface ExistingSansProvider {
  useExisting: any
}

Child interfaces

  • ExistingProvider


See also

Properties

Property Description
useExisting: any Existing token to return. (Equivalent to injector.get(useExisting))


© 2010–2020 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v8.angular.io/api/core/ExistingSansProvider