Added routing for nav links and SPA mounting of components using Angular router

This commit is contained in:
AdamBtech
2025-05-22 11:56:39 +02:00
parent a9dedcb1f6
commit 11fd702957
37 changed files with 269 additions and 147 deletions

View File

@@ -0,0 +1,4 @@
.route-container {
min-height: 100vh;
background: inherit;
}