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.