Interface ConfigurationInterceptor

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

interface ConfigurationInterceptor {
    intercept(store): void;
}

Methods

Methods

  • Called from the ConfigAdminService to provide this instance with the current configuration store.

    Parameters

    Returns void

Generated using TypeDoc