ngrx / store-devtools

Developer Tools for @ngrx/store
MIT License
325 stars 38 forks source link

Ionic Framework #30

Open gperdomor opened 7 years ago

gperdomor commented 7 years ago

Hi...

Is possible use this with ionicframework?

i use StoreDevtoolsModule.instrumentOnlyWithExtension(), but the redux extension show nothing

tuongaz commented 7 years ago

It should work. I found that you need to use store.select() to trigger it.

rob3c commented 7 years ago

@tuongaz Are you saying it'll work with on-device debugging via ionic run or only in-browser using ionic serve?

I can't get it to work on-device and suspect it needs to use https://github.com/zalmoxisus/remote-redux-devtools somehow. Any ideas?

rob3c commented 7 years ago

Hi all, I got on-device store-devtools debugging working with Ionic 2 and posted the info in a gist here: https://gist.github.com/rob3c/c2c4dcc1116f94901ace179722c5f6d4

Let me know if you have any questions. Hopefully, that gist will become obsolete soon as the functionality gets officially supported.