@o3r/core
Version:
Core of the Otter Framework
8 lines • 295 B
TypeScript
import { Rule } from '@angular-devkit/schematics';
export declare const CONTAINER_FOLDER = "container";
/**
* Add Otter container component to an Angular Project
* @param options
*/
export declare const ngGenerateComponentContainer: (options: any) => Rule;
//# sourceMappingURL=index.d.ts.map