summaryrefslogtreecommitdiffstats
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.ts2
1 files changed, 2 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 302f5b78..f2577196 100644
--- a/sdc-workflow-designer-ui/src/app/app.module.ts
+++ b/sdc-workflow-designer-ui/src/app/app.module.ts
@@ -37,6 +37,7 @@ import { MicroserviceListComponent } from "./components/menu/microservice/micros
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";
@NgModule({
declarations: [
@@ -50,6 +51,7 @@ import { RestTaskComponent } from "./components/property/rest-task/rest-task.com
ParameterComponent,
PropertiesComponent,
RestTaskComponent,
+ RestTaskParametersComponent,
StartEventParametersComponent,
ToolbarComponent,
],