summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/app.module.ts
diff options
context:
space:
mode:
authorArundathi Patil <arundpil@in.ibm.com>2019-10-11 18:19:04 +0530
committerArundathi Patil <arundpil@in.ibm.com>2019-10-11 18:19:08 +0530
commit53ca745edd1072a80ea58be1ac616de3bf79f6b4 (patch)
tree3dc9ae65c8939f9810aa99b72dae8d77c9799f67 /cds-ui/client/src/app/app.module.ts
parentce9b0657f0614c993c36381c0ab301d7b4337db5 (diff)
Jointjs integration with angular
Added JointJS dependency to the project Issue-ID: CCSDK-1826 Change-Id: Iddd014b23d62e1874de4aedb01e3efd53fcf0945 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Diffstat (limited to 'cds-ui/client/src/app/app.module.ts')
-rw-r--r--cds-ui/client/src/app/app.module.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/cds-ui/client/src/app/app.module.ts b/cds-ui/client/src/app/app.module.ts
index e4cc4a15d..998a80077 100644
--- a/cds-ui/client/src/app/app.module.ts
+++ b/cds-ui/client/src/app/app.module.ts
@@ -33,6 +33,7 @@ import { SharedModule } from './common/shared/shared.module';
import { CoreModule } from './common/core/core.module';
import { AppMaterialModule } from './common/modules/app-material.module';
import { ResourceDefinitionModule } from './feature-modules/resource-definition/resource-definition.module';
+import { BlueprintDesignerModule } from './feature-modules/blueprint-designer/blueprint-designer.module';
@NgModule({
declarations: [
@@ -48,7 +49,8 @@ import { ResourceDefinitionModule } from './feature-modules/resource-definition/
AppMaterialModule,
SharedModule,
CoreModule,
- ResourceDefinitionModule
+ ResourceDefinitionModule,
+ BlueprintDesignerModule
],
providers: [],
bootstrap: [AppComponent]