UNPKG

backbone-ng2-google-charts

Version:
9 lines (8 loc) 253 B
export declare class GoogleChartsLoaderService { private chartPackage; private googleScriptLoadingNotifier; private googleScriptIsLoading; constructor(); load(chartType: string): Promise<any>; private loadGoogleChartsScript(); }