diff options
author | AhmedEldeeb50 <ahmed.eldeeb.ext@orange.com> | 2020-05-02 18:06:36 +0200 |
---|---|---|
committer | AhmedEldeeb50 <ahmed.eldeeb.ext@orange.com> | 2020-05-02 18:06:36 +0200 |
commit | 1882380466bbdefeff8ce51da825f16cb21ce184 (patch) | |
tree | f45db4328466df626b4827430fa30eaa864d0043 /cds-ui/designer-client/src/app/app.module.ts | |
parent | 6b6ac70007ba2b52c6beb8c0d22453a628c891f3 (diff) |
Package > Temp&Mapp: View
Issue-ID: CCSDK-2324
Signed-off-by: AhmedEldeeb50 <ahmed.eldeeb.ext@orange.com>
Change-Id: I39b3a84893d048a6186f6daf4195c20dbcdb98b9
Diffstat (limited to 'cds-ui/designer-client/src/app/app.module.ts')
-rw-r--r-- | cds-ui/designer-client/src/app/app.module.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cds-ui/designer-client/src/app/app.module.ts b/cds-ui/designer-client/src/app/app.module.ts index da7ddfbd0..fd07d34c0 100644 --- a/cds-ui/designer-client/src/app/app.module.ts +++ b/cds-ui/designer-client/src/app/app.module.ts @@ -34,6 +34,7 @@ import {SidebarModule} from 'ng-sidebar'; import {SharedModulesModule} from './modules/shared-modules/shared-modules.module'; import {NgxFileDropModule} from 'ngx-file-drop'; import {ResourceDictionaryModule} from './modules/feature-modules/resource-dictionary/resource-dictionary.module'; +import { ToastrModule } from 'ngx-toastr'; @NgModule({ @@ -53,6 +54,7 @@ import {ResourceDictionaryModule} from './modules/feature-modules/resource-dicti NgxFileDropModule, ResourceDictionaryModule, SidebarModule, + ToastrModule.forRoot() // ToastrModule added ], providers: [ApiService], |