W3cubDocs

/Angular

ApplicationConfig

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.

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/ApplicationConfig