UNPKG

@ohayojp/chart

Version:

Cache the dictionary, city data etc.

77 lines (72 loc) 3.32 kB
import { G2BarModule } from '@ohayojp/chart/bar'; export { G2BarComponent, G2BarModule } from '@ohayojp/chart/bar'; import { G2CardModule } from '@ohayojp/chart/card'; export { G2CardComponent, G2CardModule } from '@ohayojp/chart/card'; import { G2CustomModule } from '@ohayojp/chart/custom'; export { G2CustomComponent, G2CustomModule } from '@ohayojp/chart/custom'; import { G2GaugeModule } from '@ohayojp/chart/gauge'; export { G2GaugeComponent, G2GaugeModule } from '@ohayojp/chart/gauge'; import { G2MiniAreaModule } from '@ohayojp/chart/mini-area'; export { G2MiniAreaComponent, G2MiniAreaModule } from '@ohayojp/chart/mini-area'; import { G2MiniBarModule } from '@ohayojp/chart/mini-bar'; export { G2MiniBarComponent, G2MiniBarModule } from '@ohayojp/chart/mini-bar'; import { G2MiniProgressModule } from '@ohayojp/chart/mini-progress'; export { G2MiniProgressComponent, G2MiniProgressModule } from '@ohayojp/chart/mini-progress'; import { G2PieModule } from '@ohayojp/chart/pie'; export { G2PieComponent, G2PieModule } from '@ohayojp/chart/pie'; import { G2RadarModule } from '@ohayojp/chart/radar'; export { G2RadarComponent, G2RadarModule } from '@ohayojp/chart/radar'; import { G2TagCloudModule } from '@ohayojp/chart/tag-cloud'; export { G2TagCloudComponent, G2TagCloudModule } from '@ohayojp/chart/tag-cloud'; import { G2TimelineModule } from '@ohayojp/chart/timeline'; export { G2TimelineComponent, G2TimelineModule } from '@ohayojp/chart/timeline'; import { G2WaterWaveModule } from '@ohayojp/chart/water-wave'; export { G2WaterWaveComponent, G2WaterWaveModule } from '@ohayojp/chart/water-wave'; import { NumberInfoModule } from '@ohayojp/chart/number-info'; export { NumberInfoComponent, NumberInfoModule } from '@ohayojp/chart/number-info'; import { TrendModule } from '@ohayojp/chart/trend'; export { TrendComponent, TrendModule } from '@ohayojp/chart/trend'; import { G2SingleBarModule } from '@ohayojp/chart/single-bar'; export { G2SingleBarComponent, G2SingleBarModule } from '@ohayojp/chart/single-bar'; import { NgModule } from '@angular/core'; /** * @fileoverview added by tsickle * Generated from: chart.module.ts * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ /** @type {?} */ const MODULES = [ G2BarModule, G2CardModule, G2CustomModule, G2GaugeModule, G2MiniAreaModule, G2MiniBarModule, G2MiniProgressModule, G2PieModule, G2RadarModule, G2TagCloudModule, G2TimelineModule, G2WaterWaveModule, G2SingleBarModule, NumberInfoModule, TrendModule, ]; // #endregion class OhayoChartModule { } OhayoChartModule.decorators = [ { type: NgModule, args: [{ exports: MODULES },] } ]; /** * @fileoverview added by tsickle * Generated from: public_api.ts * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ /** * @fileoverview added by tsickle * Generated from: chart.ts * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ export { OhayoChartModule }; //# sourceMappingURL=chart.js.map