UNPKG

angular-froalacharts

Version:

Simple and lightweight official Angular component for FroalaCharts. `angular-froalacharts` enables you to add JavaScript charts in your Angular application without any hassle.

5 lines 240 B
export function FroalaChartsConstructor(froalachartsService, chartConfig) { var FroalaCharts = froalachartsService.getFroalaChartsStatic(); return new FroalaCharts(chartConfig); } //# sourceMappingURL=froalacharts.constructor.js.map