colinskow / angular-electron-dream-starter

:tada: An Angular Electron Starter kit featuring Webpack, Angular 4 (Router, Http, Forms, Services, ngrx, Tests, E2E, Coverage), Karma, Spectron, Jasmine, Istanbul, and TypeScript
MIT License
163 stars 54 forks source link

Fixing DevTools 'No Store Found' Issue #28

Closed debuggerpk closed 6 years ago

debuggerpk commented 6 years ago

It solves the DevTools Order issue

Currently, the redux tab shows "no store found"

Can correctly see the devtools

colinskow commented 6 years ago

Thanks!