ngrx / store-devtools

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

Chrome extension #19

Closed hongbo-miao closed 8 years ago

hongbo-miao commented 8 years ago

Thanks for this great tool!

Just a suggestion. Maybe in the future, create a dev tool as Chrome extension. Like this ExtensionRedux DevTools.

hongbo-miao commented 8 years ago

This can take advantage of undocking the console into separate window.

nosachamos commented 8 years ago

This would be seriously awesome.

hongbo-miao commented 8 years ago

It is not mentioned in ReadMe file. But I can use Chrome extension Redux DevTools successfully now.

But some people have problems using Chrome extension Redux DevTools.

r-park commented 8 years ago

@Hongbo-Miao what did you do to get Chrome devtools extension working?

hongbo-miao commented 8 years ago

@r-park I just followed the ReadMe file and installed both @ngrx/store-devtools (v2) @ngrx/store-log-monitor (This seems not need, I am using it sometimes for in-page dev tool) .

Then just open Redux DevTools, no more steps needed.

hongbo-miao commented 8 years ago

Okay, I will close this issue, because https://github.com/ngrx/store-log-monitor/blob/master/README.md added the explanation:

Port of redux-devtools-log-monitor for Angular 2 and @ngrx/store-devtools

So I think it is officially supported now.