ng-redux
ng-redux copied to clipboard
Angular bindings for Redux
Hi all, I'm implementing ng-redux in an old project, all works fine in development but all karma tests fails with the message: `TypeError: _redux.compose.apply(...) is not a function` May I...
I'm looking into using ng-redux in order to refactor an existing project over to using redux. The project is currently built using webpack. I've followed the Quick start guide, `npm...
The project I'm working on is written in ES6 and transpiled with babel. I can use classes for components just fine, but when attempting to use classes for actions and...
I am using ng-redux with angular 1 application and my store does not use immutable.js at this moment. I am wondering how to make the store immutable and do affect...
I am connecting to redux using `connect()` and within the targetFunction I want to dispatch an action. I see the action being dispatched in the Redux Inspector Chrome extension, but...
Hello, Thank you so much for creating an amazing library to tie Redux and AngularJs together. I would like to use Redux-Observable, and I'm trying to allow injection of AngularJs...
please observe the following repo: https://github.com/diegomary/ng-reduxincomponent the redux store doesn't preserve the state if a middleware is used. if no middleware is used the behaviour is as expected. Thanks
I have an application in which I split different pieces of functionality into Angular modules, and then use all the modules I need in a "core module" that actually bootstraps...
I would suggest to list the exact versions of the required dependencies (react, react-redux and redux-devtools), as with React 14 it was deprecated and with React 15.X there is no...
Hi, This PR aims to add custom combineReducers function to the `$ngReduxProvider`, which is extremely helpfull if you want to use libraries such as [redux-immutable](https://github.com/gajus/redux-immutable) for example. ``` JS import...