ngrx-course
ngrx-course copied to clipboard
fixed wring dependencies, which blocked initializing ngx-store and ngx-store-devtools
-missing @angular-devkit/core -dependencies version conflict for @ngrx/* and angular@19
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