angular / 11.2.14 / api / core / existingsansprovider.html /

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