summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.module.ts
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-02-20 19:23:35 +0000
committerGerrit Code Review <gerrit@onap.org>2019-02-20 19:23:35 +0000
commitfdd6331215678fd5c84e1514c48946825530d101 (patch)
tree49e6c6ea3043510947ef7e82378721cce61063df /cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.module.ts
parent87ab634335deaa3901c5c8fc548aa89b08880659 (diff)
parentf93a1f6c6daef09948cc7c0cd2cc4ef030b68957 (diff)
Merge "Editor component"
Diffstat (limited to 'cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.module.ts')
-rw-r--r--cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.module.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.module.ts b/cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.module.ts
index 9ccb9977f..1ab7a8045 100644
--- a/cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.module.ts
+++ b/cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.module.ts
@@ -26,11 +26,13 @@ import { ModifyTemplateComponent } from './modify-template.component';
import { ModifyTemplateRoutingModule } from './modify-template-routing.module';
import { AppMaterialModule } from '../../../common/modules/app-material.module';
import { DesignerComponent } from './designer/designer.component';
+import { EditorComponent } from './editor/editor.component';
@NgModule({
declarations: [
ModifyTemplateComponent,
- DesignerComponent
+ DesignerComponent,
+ EditorComponent
],
exports: [
ModifyTemplateComponent,