Support for Nested/Hierarchical Services
[sdc.git] / catalog-ui / src / app / utils / component-factory.ts
index d4e282f..5fda9c8 100644 (file)
@@ -148,6 +148,7 @@ export class ComponentFactory {
         switch (componentType) {
             case ComponentType.SERVICE_PROXY:
             case ComponentType.SERVICE:
+            case ComponentType.SERVICE_SUBSTITUTION:
                 newComponent = new Service(this.ServiceService, this.$q);
                 break;