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.
17 lines (16 loc) • 515 B
TypeScript
export declare class FroalaChartsStatic {
core: any;
modules: Function[];
}
export declare class FroalaChartsService {
static _fcRoot: any;
static itemCount: any;
_froalachartsStatice: FroalaChartsStatic;
static setFCRoot(fcRoot: any): void;
static getFCRoot(): any;
static isFCRootSet(): boolean;
constructor(FCStatic: FroalaChartsStatic);
resolveFroalaCharts(core: any, modules: any[]): void;
getFroalaChartsStatic(): FroalaChartsStatic;
getNextItemCount(): any;
}