ngrx-course icon indicating copy to clipboard operation
ngrx-course copied to clipboard

fixed wring dependencies, which blocked initializing ngx-store and ngx-store-devtools

Open InYourHead opened this issue 7 months ago • 1 comments

-missing @angular-devkit/core -dependencies version conflict for @ngrx/* and angular@19

InYourHead avatar Apr 23 '25 10:04 InYourHead

The course needs to be updated - the correct way of creating StoreModule with reducers requires a flag --minimal=false

ng add @ngrx/store --minimal=false

See: https://github.com/ngrx/platform/pull/3003

InYourHead avatar Apr 23 '25 14:04 InYourHead