jqwidgets-ng
Version:
[](https://jqwidgets.com/license/)
11 lines (10 loc) • 506 B
TypeScript
import { Rule } from '@angular-devkit/schematics';
import { Schema } from './schema';
/**
* Schematic factory entry-point for the `ng-add` schematic. The ng-add schematic will be
* automatically executed if developers run `ng add @angular/material`.
*
* Since the Angular Material schematics depend on the schematic utility functions from the CDK,
* we need to install the CDK before loading the schematic files that import from the CDK.
*/
export default function (options: Schema): Rule;