W3cubDocs

/Angular

ExistingSansProvider

interface

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

interface ExistingSansProvider {
  useExisting: any
}

Child interfaces

See also

Properties

Property Description
useExisting: any

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

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