-
Hi,
Given the changes with ngrx 4, is ng2-storesevice still compatible with ng4? There are changes with Actions (for example, there is no payload property). How does this impact on this package?
…
-
### Current Behavior
When running a project without an invalid configuration, no error is thrown and it reverts to the default configuration and continues.
This is an issue and especially when d…
-
### Which @ngrx/* package(s) are relevant/related to the feature request?
store
### Information
Due to the way createActionGroup was implemented, I assume that in many codebases that heavily …
-
This template is to be used for bug reports and small enhancements. For feature requests, please contact the project owner.
Note: For the bug to be accepted, it must be reproducible using the lates…
-
I have an Angular 8 project that was created with Angular CLI and using it in WebStorm. WebStorm reports all TsLint warnings and errors.
I run this and enable all rules
````
ng add ngrx-tslint-r…
-
### Which @ngrx/* package(s) are the source of the bug?
router-store
### Minimal reproduction of the bug/regression with instructions
Since we bumped versions from Angular V13 to V14, and ngr…
-
If I want to update a certain value (or values) in an object (whether the top-level, a child, or a grandchild), what is the preferred option? If I pass the ID and the name/value of the property and us…
-
### Current Behavior
Configuration is a Node / Express app that is served using @nx/js and has a `buildTarget` that uses `@nx/esbuild`.
The project it's building has a `typeorm` dependency, mean…
-
Trying to install and use this with my ngrx setup but am running into a bunch of issues.
npm i https://github.com/vsavkin/router-store.git
installs it just fine but when I try to import the Stor…
-
### Which @ngrx/* package(s) are the source of the bug?
data
### Minimal reproduction of the bug/regression with instructions
Before #3228 @ngrx/data provided an option to query if the local Entity…