summaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/app/app.module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cds-ui/designer-client/src/app/app.module.ts')
-rw-r--r--cds-ui/designer-client/src/app/app.module.ts5
1 files changed, 4 insertions, 1 deletions
diff --git a/cds-ui/designer-client/src/app/app.module.ts b/cds-ui/designer-client/src/app/app.module.ts
index d6e9b36df..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,8 @@ 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({
declarations: [
@@ -51,7 +53,8 @@ import {ResourceDictionaryModule} from './modules/feature-modules/resource-dicti
SharedModulesModule,
NgxFileDropModule,
ResourceDictionaryModule,
- SidebarModule
+ SidebarModule,
+ ToastrModule.forRoot() // ToastrModule added
],
providers: [ApiService],