UNPKG

ng2-charts

Version:

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

7 lines (6 loc) 217 B
import { Rule } from '@angular-devkit/schematics'; import { Schema } from '../schema'; /** * Patches `app.config.ts` by adding our provider */ export declare function addChartsProviderToMain(options: Schema): Rule;