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

8 lines 258 B
import { Rule } from '@angular-devkit/schematics'; /** * Update CMS adapter tools * @param options @see RuleFactory.options * @param options.projectName */ export declare const updateCmsAdapter: (options: any) => Rule; //# sourceMappingURL=index.d.ts.map