diff --git a/ui-ngx/src/app/modules/common/modules-map.ts b/ui-ngx/src/app/modules/common/modules-map.ts index 03ed0804bd..3cd4139ec4 100644 --- a/ui-ngx/src/app/modules/common/modules-map.ts +++ b/ui-ngx/src/app/modules/common/modules-map.ts @@ -75,6 +75,7 @@ import * as NgrxStore from '@ngrx/store'; import * as RxJs from 'rxjs'; import * as RxJsOperators from 'rxjs/operators'; import * as TranslateCore from '@ngx-translate/core'; +import * as MatDateTimePicker from '@mat-datetimepicker/core'; import * as _moment from 'moment'; import * as tslib from 'tslib'; @@ -355,6 +356,7 @@ class ModulesMap implements IModulesMap { rxjs: RxJs, 'rxjs/operators': RxJsOperators, '@ngx-translate/core': TranslateCore, + '@mat-datetimepicker/core': MatDateTimePicker, moment: _moment, tslib,