ExistingSansProvider

From Get docs
< @angular/coreAngular/docs/latest/api/core/existingsansprovider /
Revision as of 02:36, 6 December 2021 by Notes (talk | contribs) (Page commit)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://angular.io/api/core/ExistingSansProvider