INT app gui2

This patch contains the files needed by the INT app to work with gui2.
More in detail I reuse/modifie the html and the css, already provided in
the inbandtelemetry folder. I add the file needed to utilize the gui2,
e.g,intapp-gui2-lib.module.ts.

Link to my dropbox for screenshots:
https://www.dropbox.com/sh/ie2l0flcm8igesk/AAAsP2RdMbNbnt6A88lmBczaa?dl=0

Change-Id: I710c09f3a04a139a4482bb7aae3b3b76b39e67e6
diff --git a/apps/inbandtelemetry/int-gui2-lib/angular.json b/apps/inbandtelemetry/int-gui2-lib/angular.json
new file mode 100644
index 0000000..9fdfd38
--- /dev/null
+++ b/apps/inbandtelemetry/int-gui2-lib/angular.json
@@ -0,0 +1,50 @@
+{
+  "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
+  "version": 1,
+  "newProjectRoot": "projects",
+  "projects": {
+    "int-gui2-lib": {
+      "projectType": "library",
+      "root": "projects/int-gui2-lib",
+      "sourceRoot": "projects/int-gui2-lib/src",
+      "prefix": "lib",
+      "architect": {
+        "build": {
+          "builder": "@angular-devkit/build-ng-packagr:build",
+          "options": {
+            "tsConfig": "projects/int-gui2-lib/tsconfig.lib.json",
+            "project": "projects/int-gui2-lib/ng-package.json"
+          },
+          "configurations": {
+            "production": {
+              "tsConfig": "projects/int-gui2-lib/tsconfig.lib.prod.json"
+            }
+          }
+        },
+        "test": {
+          "builder": "@angular-devkit/build-angular:karma",
+          "options": {
+            "main": "projects/int-gui2-lib/src/test.ts",
+            "tsConfig": "projects/int-gui2-lib/tsconfig.spec.json",
+            "karmaConfig": "projects/int-gui2-lib/karma.conf.js"
+          }
+        },
+        "lint": {
+          "builder": "@angular-devkit/build-angular:tslint",
+          "options": {
+            "tsConfig": [
+              "projects/int-gui2-lib/tsconfig.lib.json",
+              "projects/int-gui2-lib/tsconfig.spec.json"
+            ],
+            "exclude": [
+              "**/node_modules/**"
+            ]
+          }
+        }
+      }
+    }},
+  "cli": {
+    "analytics": false
+  },
+  "defaultProject": "int-gui2-lib"
+}
\ No newline at end of file