The Wayback Machine - https://web.archive.org/web/20260217074616/https://angular.dev/api/core/ExistingSansProvider
    • Overview
@angular/core

ExistingSansProvider

interface
stable

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

API

    
      interface ExistingSansProvider {  useExisting: any;}
    
    

useExisting

any

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

Jump to details
HTTPS · web.archive.org
← Home