add redux initial state in eqlair

This commit is contained in:
Tykayn 2025-10-14 10:27:55 +02:00 committed by tykayn
parent 88e63695bf
commit 2f9f4527e8
6 changed files with 106 additions and 5 deletions

View file

@ -26,8 +26,11 @@
"@angular/forms": "^20.1.0",
"@angular/platform-browser": "^20.1.0",
"@angular/router": "^20.1.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"@ngrx/store": "^20.0.0",
"remixicon": "^4.6.0",
"rxjs": "~7.8.0",
"zone.js": "~0.15.0",
"sae-lib": "file:../my-workspace/dist/sae-lib"
},