UNPKG

angular-google-charts

Version:

A wrapper of the Google Charts library written with Angular 6

4 lines (3 loc) 172 B
import { InjectionToken } from '@angular/core'; export declare const CHART_VERSION: InjectionToken<string>; export declare const GOOGLE_API_KEY: InjectionToken<string>;