UNPKG

@nxext/stencil

Version:

Nx plugin for stenciljs

5 lines (4 loc) 243 B
import { Tree } from '@nx/devkit'; import { AddOutputtargetSchematicSchema } from '../schema'; export declare function addAngularGenerator(host: Tree, options: AddOutputtargetSchematicSchema): Promise<any>; export default addAngularGenerator;