@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
5 lines • 399 B
TypeScript
import { InjectionToken } from '@angular/core';
import { ComponentsDevtoolsServiceOptions } from './components-devkit.interface';
export declare const OTTER_COMPONENTS_DEVTOOLS_DEFAULT_OPTIONS: Readonly<ComponentsDevtoolsServiceOptions>;
export declare const OTTER_COMPONENTS_DEVTOOLS_OPTIONS: InjectionToken<ComponentsDevtoolsServiceOptions>;
//# sourceMappingURL=components-devtools.token.d.ts.map