redux-ui-router
redux-ui-router copied to clipboard
ngRedux bindings for Angular UI Router
When trying to use a separate store with `ng-redux`, it is not possible to use this package unless you manually import the router-middleware. This (`routerMiddleware`) should be exported from `redux-ui-router`...
Export middleware to allow for it to be used by angular-redux implementations with separate stores
When i migration the code from angularjs to angular 5 i got this error Tried to load AngularJS more than once. Please help me.
Guys, I think the work you have done here is great. The example works perfectly and eventually this is going to meet my requirements completely. I am quite experienced with...
Would be great to have ability to import the constants of the action-types . **Use case:** I want to listen on some action and perform side-effect now I need to...
Hello, we have a hybrid NG1/NG2+ app but I guess this would also be useful for people possibly migrating from NG1 to React or other frameworks: It would be cool...
Out of the box, using the [chrome redux devtools](https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd?hl=en) with redux-ui-router does not work, but to be fair neither does [ng-redux](https://github.com/wbuchwalter/ng-redux). I have reconciled this on the ng-redux side by...