ng2-charts
Version:
Reactive, responsive, beautiful charts for Angular based on Chart.js
8 lines (7 loc) • 299 B
TypeScript
import { Rule } from '@angular-devkit/schematics';
import { Schema } from './schema';
/**
* Sets up a project with all required to run ng-bootstrap.
* This is run after 'package.json' was patched and all dependencies installed
*/
export default function ngAddSetupProject(options: Schema): Rule;