UNPKG

@o3r/dynamic-content

Version:

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

11 lines 426 B
import { InjectionToken } from '@angular/core'; /** * Injection token for the rootpath of dynamic content */ export declare const DYNAMIC_CONTENT_BASE_PATH_TOKEN: InjectionToken<string>; /** * Injection token for the assets path injected by the cms * This token will be injected only in editor mode */ export declare const CMS_ASSETS_PATH_TOKEN: InjectionToken<string>; //# sourceMappingURL=dynamic-content.token.d.ts.map