add designer funcionality - declarative workflow

- save source editor to store
- generate graph based on json data from source editor
- make functions retrieved from server
- prevent multible functions inside action if the first fn is not dg-generic
- dg generic case (mutli functions  inside single action)
- arrange elements that are generated automcatilly using DirectedGraph lib dagree

Issue-ID: CCSDK-1779
Issue-ID: CCSDK-1783
Issue-ID: CCSDK-2017
Signed-off-by: Ahmed Abbas <ahmad.helmy@orange.com>
Change-Id: Ief3579e4a9716475c9aaf85b5a349bc2af466cdb
diff --git a/cds-ui/designer-client/tslint.json b/cds-ui/designer-client/tslint.json
index ecbd7cf..f85fc68 100644
--- a/cds-ui/designer-client/tslint.json
+++ b/cds-ui/designer-client/tslint.json
@@ -87,10 +87,5 @@
   },
   "rulesDirectory": [
     "codelyzer"
-  ],
-  "linterOptions": {
-    "exclude": [
-      "src/app/modules/feature-modules/packages/designer/designer.component.ts"
-    ]
-  }
+  ]
 }