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

7 lines 291 B
import type { NgAddSchematicsSchema } from '../schema'; /** * Register Devtools to the application * @param options */ export declare const registerDevtools: (options: NgAddSchematicsSchema) => import("@angular-devkit/schematics").Rule; //# sourceMappingURL=devtools-registration.d.ts.map