edit
This commit is contained in:
@ -33,4 +33,5 @@ export * from './shared.module';
|
||||
export * from './shared-delon.module';
|
||||
export * from './shared-zorro.module';
|
||||
export * from './shared-third.module';
|
||||
export * from './shared-g2.module';
|
||||
export * from './widget/st-widget.module';
|
||||
|
||||
6
src/app/shared/shared-g2.module.ts
Normal file
6
src/app/shared/shared-g2.module.ts
Normal file
@ -0,0 +1,6 @@
|
||||
import { G2BarModule } from '@delon/chart/bar';
|
||||
import { G2MiniAreaModule } from '@delon/chart/mini-area';
|
||||
import { G2PieModule } from '@delon/chart/pie';
|
||||
import { G2TimelineModule } from '@delon/chart/timeline';
|
||||
|
||||
export const SHARED_G2_MODULES = [G2BarModule, G2PieModule, G2TimelineModule, G2MiniAreaModule];
|
||||
Reference in New Issue
Block a user