O3 Framework / provide
provide(
config,sourceName):void
Defined in: packages/framework/esm-config/src/module-config/module-config.ts:292
Provides configuration values programmatically. This is an alternative to providing configuration through the config-file. Configuration provided this way will be merged with configuration from other sources.
A configuration object to merge into the existing configuration.
string = 'provided'
An optional name to identify the source of this configuration, used for debugging purposes. Defaults to ‘provided’.
void