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

ApplicationConfig

interface
stable

Set of config options available during the application bootstrap operation.

API

    
      interface ApplicationConfig {  providers: (Provider | EnvironmentProviders)[];}
    
    

providers

(Provider | EnvironmentProviders)[]

List of providers that should be available to the root component and all its children.

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