Configures a Redux store and allows NgRedux to observe and dispatch to it.
This should only be called once for the lifetime of your app, for example in the constructor of your root component.
Accepts a Redux store, then sets it in NgRedux and allows NgRedux to observe and dispatch to it.
This should only be called once for the lifetime of your app, for example in the constructor of your root component. If configureStore has been used this cannot be used.
Generated using TypeDoc
This is the public interface of @angular-redux/store. It wraps the global redux store and adds a few other add on methods. It's what you'll inject into your Angular application as a service.