Feature 11009 Ns Config Template as first class citizens in OSM
[osm/NG-UI.git] / tsconfig.json
index d610928..1a46126 100644 (file)
         "NsUpdateComponent": ["src/app/utilities/ns-update/NsUpdateComponent"],
         "WarningComponent": ["src/app/utilities/warning/WarningComponent"],
         "StartStopRebuildComponent": ["src/app/utilities/start-stop-rebuild/StartStopRebuildComponent"],
-        "VerticalScalingComponent": ["src/app/utilities/vertical-scaling/VerticalScalingComponent"],
-        "HealingComponent": ["src/app/utilities/healing/HealingComponent"]
+        "HealingComponent": ["src/app/utilities/healing/HealingComponent"],
+        "NSCONFIGTEMPLATE": ["src/app/packages/ns-config-template/NSConfigTemplateComponent"],
+        "NSCONFIGTEMPLATEACTION" :["src/app/utilities/ns-config-template-action/NSConfigTemplateActionComponent"],
+        "NSCONFIGTEMPLATEMODEL": ["src/models/NSConfigtemplateModel"]
       },
       "useDefineForClassFields": false
     }