UNPKG

@o3r/schematics

Version:

Schematics module of the Otter framework

8 lines 288 B
import type { Rule } from '@angular-devkit/schematics'; import type { NgAddSchematicsSchema } from './schema'; /** * Add Otter schematics to an Angular Project * @param options */ export declare const ngAdd: (options: NgAddSchematicsSchema) => Rule; //# sourceMappingURL=index.d.ts.map