Interceptors used to access the current store of configurations. Registered as 'system.config.ConfigurationInterceptor' in the app runtime.

interface ConfigurationInterceptor {
    intercept(store: ConfigurationStore): void;
}

Methods

Methods