UNPKG

angular-google-charts

Version:

A wrapper of the Google Charts library written with Angular 6

7 lines (6 loc) 468 B
export { GoogleChartComponent } from './lib/google-chart/google-chart.component'; export { RawChartComponent } from './lib/raw-chart/raw-chart.component'; export { ChartEvent, ChartErrorEvent } from './lib/models/events.model'; export { GoogleChartsModule } from './lib/google-charts.module'; export { ScriptLoaderService } from './lib/script-loader/script-loader.service'; export { GoogleChartPackagesHelper } from './lib/helpers/google-chart-packages.helper';