aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/app.component.html
diff options
context:
space:
mode:
authorDanijel Andjelkovic <adanijel99@gmail.com>2022-03-13 20:57:27 +0100
committerDanijel Andjelkovic <adanijel99@gmail.com>2022-03-13 20:57:27 +0100
commit6aeb963fa64af9dc0ddf2f9aeaf1903a7db26afc (patch)
treecc8ae72e108934022f9e8b6d9048717b7d6dac7e /frontend/src/app/app.component.html
parenta561c4bed81a7399dbe900253c0576ad0ba6f5e7 (diff)
Dodata naslovna strana i navigacioni meni, kao i neke dodatne komponente i modeli podataka (lista elemenata, element-dataset, element-prediktor).
Diffstat (limited to 'frontend/src/app/app.component.html')
-rw-r--r--frontend/src/app/app.component.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/frontend/src/app/app.component.html b/frontend/src/app/app.component.html
index 90c6b646..7f2d4225 100644
--- a/frontend/src/app/app.component.html
+++ b/frontend/src/app/app.component.html
@@ -1 +1,4 @@
-<router-outlet></router-outlet> \ No newline at end of file
+<app-navbar></app-navbar>
+<div class="mat-app-background container h-100">
+ <router-outlet></router-outlet>
+</div> \ No newline at end of file