diff --git a/angular.json b/angular.json index c589208..279621f 100644 --- a/angular.json +++ b/angular.json @@ -24,7 +24,7 @@ "tsConfig": "tsconfig.app.json", "aot": true, "assets": ["src/favicon.ico", "src/assets"], - "styles": ["src/styles.scss"], + "styles": ["src/styles.scss", "src/variables.scss"], "scripts": [] }, "configurations": { diff --git a/src/app/app.component.html b/src/app/app.component.html index d9b6267..b18c9e1 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,6 +1,4 @@
dashboard works!
+- {{ device.entities.length }} - ENTITIES -
-Entities: {{ device.entities.length }}
-E-mail: {{ authService.userProfile.email }}
-