angular-google-charts
Version:
A wrapper for the Google Charts library written with Angular
16 lines (15 loc) • 831 B
TypeScript
export * from './lib/components/chart-editor/chart-editor-ref';
export * from './lib/components/chart-editor/chart-editor.component';
export * from './lib/components/google-chart/google-chart.component';
export * from './lib/components/chart-wrapper/chart-wrapper.component';
export * from './lib/components/dashboard/dashboard.component';
export * from './lib/components/control-wrapper/control-wrapper.component';
export * from './lib/components/chart-base/chart-base.component';
export * from './lib/helpers/chart.helper';
export * from './lib/types/chart-type';
export * from './lib/types/control-type';
export * from './lib/types/events';
export * from './lib/types/formatter';
export * from './lib/types/google-charts-config';
export * from './lib/services/script-loader.service';
export * from './lib/google-charts.module';