aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/app/app.module.ts
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-05-04 12:48:20 +0000
committerGerrit Code Review <gerrit@onap.org>2020-05-04 12:48:20 +0000
commitb99895f91cadedfe8e2a267fadd29d7b8e710164 (patch)
tree6ec6a2e0b4182019b8219d51c3e577ce09df24b7 /cds-ui/designer-client/src/app/app.module.ts
parent2b71782556d2c84c5153113113a8d44f96d717f2 (diff)
parent1882380466bbdefeff8ce51da825f16cb21ce184 (diff)
Merge "Package > Temp&Mapp: View"
Diffstat (limited to 'cds-ui/designer-client/src/app/app.module.ts')
-rw-r--r--cds-ui/designer-client/src/app/app.module.ts2
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],