@nxext/stencil
Version:
Nx plugin for stenciljs
6 lines (5 loc) • 382 B
TypeScript
import { Tree } from '@nrwl/devkit';
import { AddOutputtargetSchematicSchema } from '../schema';
export declare function addAngularGenerator(host: Tree, options: AddOutputtargetSchematicSchema): Promise<() => void>;
export default addAngularGenerator;
export declare const addAngularSchematic: (options: AddOutputtargetSchematicSchema) => (tree: any, context: any) => Promise<any>;