diff options
author | 2020-02-24 08:04:08 +0000 | |
---|---|---|
committer | 2020-02-24 08:04:08 +0000 | |
commit | 2f3a4ddaee7bf578f83fa9af7bd18e54c84b54d3 (patch) | |
tree | 5d7f424c9c52530e573622471714e4b792f9de20 /usecaseui-portal/src/app/app.module.ts | |
parent | 3bb632ae93f5dbe1ef43a9c08e380c142a69e1ce (diff) | |
parent | 1c0e11d0e8221eedbc86577501d5fd40d4890d7e (diff) |
Merge "USECASEUI-388 fixed and with additional changes Fixed i18Resource, subtittle wrap and directive folder Path. Alos added few changes for adapting multiple templates."
Diffstat (limited to 'usecaseui-portal/src/app/app.module.ts')
-rw-r--r-- | usecaseui-portal/src/app/app.module.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usecaseui-portal/src/app/app.module.ts b/usecaseui-portal/src/app/app.module.ts index 9d14d8f9..5fa37be6 100644 --- a/usecaseui-portal/src/app/app.module.ts +++ b/usecaseui-portal/src/app/app.module.ts @@ -24,7 +24,7 @@ import { NZ_I18N, en_US } from 'ng-zorro-antd'; import { NgxEchartsModule } from 'ngx-echarts'; //Custom Directive -import { DisableControlDirective } from './Directives/disable-control.directive'; +import { DisableControlDirective } from './core/Directives/disable-control.directive'; import { TranslateModule, TranslateLoader } from '@ngx-translate/core'; import { TranslateHttpLoader } from '@ngx-translate/http-loader'; |