feat: add Angular Material and refactor UI components

This commit is contained in:
Jan K9f 2025-01-21 09:31:43 +01:00
parent 00a7688ef9
commit 6317c97d96
Signed by: jank
GPG key ID: 50620ADD22CD330B
15 changed files with 194 additions and 131 deletions

View file

@ -27,7 +27,8 @@
}
],
"styles": [
"src/styles.css"
"@angular/material/prebuilt-themes/azure-blue.css",
"src/styles.scss"
],
"scripts": []
},
@ -97,6 +98,7 @@
}
],
"styles": [
"@angular/material/prebuilt-themes/azure-blue.css",
"src/styles.css"
],
"scripts": []