ng-chartjs
Version:
This is a Angular chart.js library.
8 lines (7 loc) • 343 B
TypeScript
import { ChartComponentLike } from 'chart.js/auto';
import * as i0 from "@angular/core";
export declare class NgChartjsCustomPluginConfig {
plugins: ChartComponentLike[];
static ɵfac: i0.ɵɵFactoryDeclaration<NgChartjsCustomPluginConfig, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<NgChartjsCustomPluginConfig>;
}