I'm building mobile app using NativeScript with Angular 2 and TypeScript. My IDE is VS Code.
I decided to use @ngrx/store to keep state of the application. However there is a problem with debugging store state. I'd like to use redux-devtools and I've read that in my case I have to use remote-redux-devtools. The problem is it's supposed to work with redux and I cannot find any guide how to set it up for ngrx.
ngrx supports devtools itself but I didn't manage to make it work following this instruction.
Have any of you done such a setup before and can help me with this?
Thanks!