UNPKG

jqwidgets-ng

Version:

[![Price](https://img.shields.io/badge/price-COMMERCIAL-0098f7.svg)](https://jqwidgets.com/license/)

8 lines (7 loc) 243 B
import { Rule } from '@angular-devkit/schematics'; import { Schema } from './schema'; /** * Scaffolds a new table component. * Internally it bootstraps the base component schematic */ export default function (options: Schema): Rule;