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
+12 -3
View File
@@ -6,7 +6,8 @@
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
"test": "ng test",
"lint": "ng lint"
},
"private": true,
"packageManager": "npm@11.6.2",
@@ -17,6 +18,10 @@
"@angular/forms": "^21.2.0",
"@angular/platform-browser": "^21.2.0",
"@angular/router": "^21.2.0",
"@ngrx/eslint-plugin": "^17.2.0",
"@ngrx/signals": "^21.0.1",
"@ngrx/store": "^21.0.1",
"@ngrx/store-devtools": "^21.0.1",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},
@@ -24,9 +29,13 @@
"@angular/build": "^21.2.1",
"@angular/cli": "^21.2.1",
"@angular/compiler-cli": "^21.2.0",
"@eslint/js": "^10.0.1",
"angular-eslint": "21.3.0",
"eslint": "^10.0.2",
"jsdom": "^28.0.0",
"prettier": "^3.8.1",
"prettier": "3.8.1",
"typescript": "~5.9.2",
"typescript-eslint": "8.56.1",
"vitest": "^4.0.8"
}
}
}