summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/app.module.ts
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-10-24 13:17:41 +0000
committerGerrit Code Review <gerrit@onap.org>2019-10-24 13:17:41 +0000
commit0bba65f6de4d234e725d51e2926c38f9ac255296 (patch)
tree3c45c7437c87c9fcbdc2d4475591db8be67f1e57 /cds-ui/client/src/app/app.module.ts
parent4433fa9514ed0a031b797367a0daa9aea611d138 (diff)
parent53ca745edd1072a80ea58be1ac616de3bf79f6b4 (diff)
Merge "Jointjs integration with angular"
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]