added material design components

This commit is contained in:
Joe Arndt 2026-02-13 22:41:01 -06:00
parent 8bf9875e8e
commit 17531f7c29
16 changed files with 236 additions and 164 deletions

View file

@ -23,10 +23,12 @@
"private": true,
"packageManager": "npm@10.9.2",
"dependencies": {
"@angular/cdk": "~21.1.4",
"@angular/common": "^21.1.0",
"@angular/compiler": "^21.1.0",
"@angular/core": "^21.1.0",
"@angular/forms": "^21.1.0",
"@angular/material": "~21.1.4",
"@angular/platform-browser": "^21.1.0",
"@angular/router": "^21.1.0",
"rxjs": "~7.8.0",
@ -36,6 +38,7 @@
"@angular/build": "^21.1.3",
"@angular/cli": "^21.1.3",
"@angular/compiler-cli": "^21.1.0",
"@angular/material": "^21.1.4",
"jsdom": "^27.1.0",
"typescript": "~5.9.2",
"vitest": "^4.0.8"