feat: add ngrx store implementation
continuous-integration/drone/pr Build is passing

This commit is contained in:
Dennis Hundertmark
2026-03-08 08:46:31 +01:00
parent c84201e47b
commit 67dc823270
17 changed files with 1942 additions and 435 deletions
+7 -7
View File
@@ -31,13 +31,13 @@ Open [http://localhost:4200](http://localhost:4200) in your browser. The app rel
## Scripts
| Command | Description |
|---|---|
| `ng serve` | Start development server |
| `ng build` | Build for production |
| `ng test` | Run unit tests with Vitest |
| `ng e2e` | Run end-to-end tests |
| `ng generate component <name>` | Scaffold a new component |
| Command | Description |
| ------------------------------ | -------------------------- |
| `ng serve` | Start development server |
| `ng build` | Build for production |
| `ng test` | Run unit tests with Vitest |
| `ng e2e` | Run end-to-end tests |
| `ng generate component <name>` | Scaffold a new component |
---