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.

6 lines (5 loc) 140 B
import { ElementRef } from '@angular/core'; export declare class FroalaChartsDirective { private el; constructor(el: ElementRef); }