aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/app/app.module.ts
diff options
context:
space:
mode:
authorshaaban Altanany <shaaban.eltanany.ext@orange.com>2020-01-05 12:03:05 +0200
committershaaban Altanany <shaaban.eltanany.ext@orange.com>2020-01-05 14:30:43 +0200
commit077b1ab152c61695ac4d007035dfb81e9aef2c61 (patch)
tree62d9d465e0273be7d5c57127ed9afb6389303ca9 /cds-ui/designer-client/src/app/app.module.ts
parent4f4e2de08d3c6259da2497950a96d549d3e82f8a (diff)
add importTab component in package creation
Issue-ID: CCSDK-2016 Signed-off-by: shaaban Altanany <shaaban.eltanany.ext@orange.com> Change-Id: I828f9891863224cd3c70dbcaf1149efdff394c6e
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 20b9b4d7b..9817edf70 100644
--- a/cds-ui/designer-client/src/app/app.module.ts
+++ b/cds-ui/designer-client/src/app/app.module.ts
@@ -33,6 +33,7 @@ import {HttpClientModule} from '@angular/common/http';
import {PackagesModule} from './modules/feature-modules/packages/packages.module';
import { SidebarModule } from 'ng-sidebar';
import {SharedModulesModule} from './modules/shared-modules/shared-modules.module';
+import { NgxFileDropModule } from 'ngx-file-drop';
@NgModule({
declarations: [
@@ -48,6 +49,7 @@ import {SharedModulesModule} from './modules/shared-modules/shared-modules.modul
HttpClientModule,
PackagesModule,
SharedModulesModule,
+ NgxFileDropModule,
],
providers: [ApiService],