Browse Source
Merge pull request #13158 from vvlladd28/improvement/modules-map/echart
Add Echart in modules map
pull/13181/head
Igor Kulikov
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
4 additions and
0 deletions
-
ui-ngx/src/app/modules/common/modules-map.ts
|
|
|
@ -76,6 +76,8 @@ import * as TranslateCore from '@ngx-translate/core'; |
|
|
|
import * as MatDateTimePicker from '@mat-datetimepicker/core'; |
|
|
|
import _moment from 'moment'; |
|
|
|
import * as tslib from 'tslib'; |
|
|
|
import * as Echarts from 'echarts'; |
|
|
|
import * as EchartsCore from 'echarts/core'; |
|
|
|
|
|
|
|
import * as TbCore from '@core/public-api'; |
|
|
|
import * as TbShared from '@shared/public-api'; |
|
|
|
@ -405,6 +407,8 @@ class ModulesMap implements IModulesMap { |
|
|
|
'@mat-datetimepicker/core': MatDateTimePicker, |
|
|
|
moment: _moment, |
|
|
|
tslib, |
|
|
|
'echarts': Echarts, |
|
|
|
'echarts/core': EchartsCore, |
|
|
|
|
|
|
|
'@core/public-api': TbCore, |
|
|
|
'@shared/public-api': TbShared, |
|
|
|
|