UNPKG

ng2-charts

Version:

Reactive, responsive, beautiful charts for Angular based on Chart.js

8 lines (7 loc) 314 B
import { Rule } from '@angular-devkit/schematics'; import { Schema } from './schema'; /** * This is executed when `ng add @ng-bootstrap/ng-bootstrap` is run. * It installs all dependencies in the 'package.json' and runs 'ng-add-setup-project' schematic. */ export default function ngAdd(options: Schema): Rule;