Configures the Injector to return a value of another useExisting token.
API
interface ExistingSansProvider {
useExisting: any;
}
useExisting
anyExisting token to return. (Equivalent to injector.get(useExisting))
Configures the Injector to return a value of another useExisting token.
interface ExistingSansProvider {
useExisting: any;
}
anyExisting token to return. (Equivalent to injector.get(useExisting))
Super-powered by Google ©2010–2025.
Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.
https://angular.dev/api/core/ExistingSansProvider