@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
8 lines • 314 B
TypeScript
import { Rule } from '@angular-devkit/schematics';
import type { NgAddSchematicsSchema } from '../schema';
/**
* Register Devtools to the application
* @param options
*/
export declare const registerDevtools: (options: NgAddSchematicsSchema) => Promise<Rule>;
//# sourceMappingURL=devtools-registration.d.ts.map