@o3r/application
Version:
This module provides development help to monitor your Otter Application
8 lines • 329 B
TypeScript
import type { Rule } from '@angular-devkit/schematics';
import type { NgAddSchematicsSchema } from './schema';
/**
* Add Otter application to an Angular Project
* @param options The options to pass to ng-add execution
*/
export declare const ngAdd: (options: NgAddSchematicsSchema) => Rule;
//# sourceMappingURL=index.d.ts.map