UNPKG

@o3r/dynamic-content

Version:

This module provides a mechanism to retrieve media and data depending on the host or a server specific url.

7 lines 349 B
import { InjectionToken } from '@angular/core'; import { RequestParametersConfig } from './request-parameters.config'; /** * Token to be provided in case of service customization needs. */ export declare const REQUEST_PARAMETERS_CONFIG_TOKEN: InjectionToken<Partial<RequestParametersConfig>>; //# sourceMappingURL=request-parameters.token.d.ts.map