Customizes the environment behavior and services.

Hierarchy

  • EnvironmentModuleConfig

Properties

initialState?: EnvironmentState

The environment initial state value.

loadBeforeInit?: boolean

Load the required environment sources before application initialization. Default is true.

The implementation for the environment loader.

The implementation for the environment query.

The environment query config values.

The implementation for the environment service.

sources?: ArrayOrSingle<EnvironmentSource | Type<EnvironmentSource>>

The enviroment sources to load.

The implementation for the environment store.

Generated using TypeDoc