feat: add Angular Material and refactor UI components

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

View file

@ -11,10 +11,12 @@
"private": true,
"dependencies": {
"@angular/animations": "^19.0.0",
"@angular/cdk": "^19.1.0",
"@angular/common": "^19.0.0",
"@angular/compiler": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/forms": "^19.0.0",
"@angular/material": "^19.1.0",
"@angular/platform-browser": "^19.0.0",
"@angular/platform-browser-dynamic": "^19.0.0",
"@angular/router": "^19.0.0",
@ -41,4 +43,4 @@
"tailwindcss": "^3.4.17",
"typescript": "~5.6.2"
}
}
}