ReadonlyconfigStaticConfigStaticDefaultsStaticLocalStaticonStaticonStaticonStaticonStaticOverwritesAny value definition in the Overwrites object will overwrite any value form the Defaults values or dynamic config files
StaticUrlsStaticGetStaticLoadUsed to load the app config from a remote resource.
Promise.all([ ConfigService.Load() ]) .then(() => platformBrowserDynamic().bootstrapModule(AppModule)) .catch(err => console.error(err))
Optionaloptions: ConfigLoadOptionsOptionalenvironment: EnvironmentStaticSide
Static default values for the config object. Will be overwritten by an dynamic config file specified in the Urls array.