ng-apexcharts
Version:
An angular implementation of ApexCharts
13 lines (12 loc) • 468 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./chart/chart.component";
declare global {
interface Window {
ApexCharts: any;
}
}
export declare class NgApexchartsModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NgApexchartsModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgApexchartsModule, [typeof i1.ChartComponent], never, [typeof i1.ChartComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgApexchartsModule>;
}