UNPKG

@o3r/components

Version:

This module contains component-related features (Component replacement, CMS compatibility, helpers, pipes, debugging developer tools...) It comes with an integrated ng builder to help you generate components compatible with Otter features (CMS integration

6 lines 314 B
import { InjectionToken } from '@angular/core'; /** The C11n injection token */ export declare const C11N_PRESENTERS_MAP_TOKEN: InjectionToken<string>; /** Function used to register custom components */ export declare const C11N_REGISTER_FUNC_TOKEN: InjectionToken<string>; //# sourceMappingURL=c11n.token.d.ts.map