Add initial Angular webclient application with authentication, route guards, and UI components

This commit is contained in:
2026-04-24 18:31:10 +02:00
parent ebc27a0923
commit e89f3fc72c
46 changed files with 10056 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
.dropdown-item i {
margin-right: 8px;
}
.navbar {
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}