@lxlib/chart
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1.
77 lines (72 loc) • 3.19 kB
JavaScript
import { G2BarModule } from '@lxlib/chart/bar';
export { G2BarComponent, G2BarModule } from '@lxlib/chart/bar';
import { G2CardModule } from '@lxlib/chart/card';
export { G2CardComponent, G2CardModule } from '@lxlib/chart/card';
import { G2CustomModule } from '@lxlib/chart/custom';
export { G2CustomComponent, G2CustomModule } from '@lxlib/chart/custom';
import { G2GaugeModule } from '@lxlib/chart/gauge';
export { G2GaugeComponent, G2GaugeModule } from '@lxlib/chart/gauge';
import { G2MiniAreaModule } from '@lxlib/chart/mini-area';
export { G2MiniAreaComponent, G2MiniAreaModule } from '@lxlib/chart/mini-area';
import { G2MiniBarModule } from '@lxlib/chart/mini-bar';
export { G2MiniBarComponent, G2MiniBarModule } from '@lxlib/chart/mini-bar';
import { G2MiniProgressModule } from '@lxlib/chart/mini-progress';
export { G2MiniProgressComponent, G2MiniProgressModule } from '@lxlib/chart/mini-progress';
import { G2PieModule } from '@lxlib/chart/pie';
export { G2PieComponent, G2PieModule } from '@lxlib/chart/pie';
import { G2RadarModule } from '@lxlib/chart/radar';
export { G2RadarComponent, G2RadarModule } from '@lxlib/chart/radar';
import { G2TagCloudModule } from '@lxlib/chart/tag-cloud';
export { G2TagCloudComponent, G2TagCloudModule } from '@lxlib/chart/tag-cloud';
import { G2TimelineModule } from '@lxlib/chart/timeline';
export { G2TimelineComponent, G2TimelineData, G2TimelineModule } from '@lxlib/chart/timeline';
import { G2WaterWaveModule } from '@lxlib/chart/water-wave';
export { G2WaterWaveComponent, G2WaterWaveModule } from '@lxlib/chart/water-wave';
import { NumberInfoModule } from '@lxlib/chart/number-info';
export { NumberInfoComponent, NumberInfoModule } from '@lxlib/chart/number-info';
import { TrendModule } from '@lxlib/chart/trend';
export { TrendComponent, TrendModule } from '@lxlib/chart/trend';
import { G2SingleBarModule } from '@lxlib/chart/single-bar';
export { G2SingleBarComponent, G2SingleBarModule } from '@lxlib/chart/single-bar';
import { NgModule } from '@angular/core';
/**
* @fileoverview added by tsickle
* Generated from: chart.module.ts
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,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 LxlibChartModule {
}
LxlibChartModule.decorators = [
{ type: NgModule, args: [{ exports: MODULES },] }
];
/**
* @fileoverview added by tsickle
* Generated from: public_api.ts
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
*/
/**
* @fileoverview added by tsickle
* Generated from: chart.ts
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
*/
export { LxlibChartModule };
//# sourceMappingURL=chart.js.map