Tim Deschryver
Tim Deschryver
Sounds good to me 👍
Could you elaborate this use case a bit more please? In the snippet shown, the `map` that's giving the error isn't doing anything with the selector's result, so I would...
It must be added to our config [here](https://github.com/ngrx/platform/blob/master/modules/store-devtools/src/config.ts) and passed along to the devtools. Feel free to create a PR for this.
@jordanpowell88 before you do, please check with @brandonroberts . He might be working on this 😅
Thanks for raising this issue @guilhermetod , could you please share the schematic commands that you've used.
Hi, that talk is indeed 🔥🔥🔥 You can find the docs at the API section, [here's a link](https://ngrx.io/api/store/createSelectorFactory)
Feel free to create a Pull Request to add an example @wiegell
I think that the [reducers schematics](https://ngrx.io/guide/schematics/reducer) do exactly what you're looking for. ``` npx ng generate @ngrx/schematics:reducer customers --creators=true --group=true --path=src/app/store/reducers --reducers index.ts --api true ```
@moniuch Thanks for the clarification, I got confused with the comment because it seemed like you wanted to add reducers to the action reducer map. I think that an additional...
@moniuch do you want to create a PR for this? To start simple I would not introduce any new flags and create an empty state/reducer where we currently do nothing...