InfomediaLtd / angular2-redux-example

Example project for using pure Redux with Angular 2 and TypeScript
MIT License
71 stars 14 forks source link

Demo seems to be broken #6

Closed Cyberdada closed 8 years ago

Cyberdada commented 8 years ago

Hi, when running http://angular2-redux-example.surge.sh in Chrome I get EXCEPTION: Error during instantiation of AppStore! (AdminComponent -> AppStore).BrowserDomAdapter.logError @ index.min.js:6 index.min.js:6 ORIGINAL EXCEPTION: TypeError: window.devToolsExtension is not a function

br Magnus

rubyboy commented 8 years ago

Hi @Cyberdada . Thanks for reporting this problem. I see it's an old version that had a problem when running in a browser without the Redux dev tools installed. I've deployed the latest version and it should now work well. Let me know if it's still not working for any reason. Thanks again. Ruby