feat: SVGs hinzugefügt und Authentifizierungs-Check vereinfacht

This commit is contained in:
Developer 02
2024-07-22 17:31:30 +02:00
parent fb0e719616
commit 2671a2ff59
19 changed files with 271 additions and 63 deletions

View File

@@ -102,9 +102,12 @@
],
"styles": [
"@angular/material/prebuilt-themes/indigo-pink.css",
"src/styles.scss"
"src/styles.scss",
"node_modules/bootstrap/dist/css/bootstrap.min.css"
],
"scripts": []
"scripts": [
"node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"
]
}
}
}