aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-workflow-designer-ui/src/app/app.module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'sdc-workflow-designer-ui/src/app/app.module.ts')
-rw-r--r--sdc-workflow-designer-ui/src/app/app.module.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/sdc-workflow-designer-ui/src/app/app.module.ts b/sdc-workflow-designer-ui/src/app/app.module.ts
index f2577196..32af5d0e 100644
--- a/sdc-workflow-designer-ui/src/app/app.module.ts
+++ b/sdc-workflow-designer-ui/src/app/app.module.ts
@@ -38,17 +38,22 @@ import { ModalModule } from "ngx-bootstrap/modal";
import { WorkflowConfigService } from "./services/workflow-config.service";
import { RestTaskComponent } from "./components/property/rest-task/rest-task.component";
import { RestTaskParametersComponent } from "./components/property/rest-task/rest-task-parameters/rest-task-parameters.component";
+import { ParameterTreeComponent } from "./components/parameter-tree/parameter-tree.component";
+import { EditablePropertyComponent } from "./components/editable-property/editable-property.component";
+import { SwaggerTreeConverterService } from "./services/swagger-tree-converter.service";
@NgModule({
declarations: [
AppComponent,
CanvasComponent,
+ EditablePropertyComponent,
MenuComponent,
MicroserviceComponent,
MicroserviceDetailComponent,
MicroserviceListComponent,
NodeComponent,
ParameterComponent,
+ ParameterTreeComponent,
PropertiesComponent,
RestTaskComponent,
RestTaskParametersComponent,
@@ -68,6 +73,7 @@ import { RestTaskParametersComponent } from "./components/property/rest-task/res
DataAccessService,
HttpService,
JsPlumbService,
+ SwaggerTreeConverterService,
WorkflowConfigService,
WorkflowService
],