added expense view mode

This commit is contained in:
Joe Arndt 2026-02-16 15:41:15 -06:00
parent fed0f7908a
commit 720e2d5ed4
23 changed files with 348 additions and 87 deletions

View file

@ -31,6 +31,7 @@
"@angular/material": "~21.1.4",
"@angular/platform-browser": "^21.1.0",
"@angular/router": "^21.1.0",
"@js-temporal/polyfill": "^0.5.1",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},
@ -43,4 +44,4 @@
"typescript": "~5.9.2",
"vitest": "^4.0.8"
}
}
}