ngrx-normalizr
ngrx-normalizr copied to clipboard
Managing normalized state in ngrx applications - transparently
Bumps [extend](https://github.com/justmoon/node-extend) from 3.0.1 to 3.0.2. Changelog *Sourced from [extend's changelog](https://github.com/justmoon/node-extend/blob/master/CHANGELOG.md).* > 3.0.2 / 2018-07-19 > ================== > * [Fix] Prevent merging `__proto__` property ([#48](https://github-redirect.dependabot.com/justmoon/node-extend/issues/48)) > * [Dev Deps] update...
Hi, we are using [ngrx-store-freeze](https://github.com/brandonroberts/ngrx-store-freeze) to keep our state from mutating accidentally. While active the following line in the REMOVE_DATA reducer throws an error: `delete entities_3[key][id];`. I think what happens...
Hi, The issue persist, When using RemoveChildData it's deleted well the child but the reference inside the parent still there. Before Remove child Data ![screen shot 2018-06-04 at 11 53...
I cannot understand how I can create a selector to get the feature entities. Trying to get them using the schemaSelectors.getEntities selector throws an error: ERROR TypeError: Cannot read property...
Hi, I've an existing app using your library with the normalized reducer in the root app module. I'm now trying to add normalized state to a feature module, while also...
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...
Hi, I have trouble using the library for the following case. When using entities I have access to the createEntityAdapter **upsert** and **uspertMany**. Scenario: ```javascript export interface Post { id:...
Im getting used to this library now.. Thanks for creating this. But, I see that my observables are not fired when I remove data. Not sure if Im doing anything...
This more than a issue is a question, but I did not find where to put it I other implementations using normalizr why saw that they use normalize at the...
ngrx-normalizr is not updated to work with @ngrx/store version 5.0.0. Maybe just a dependency bump?