angular-redux / ng-redux

Angular bindings for Redux
MIT License
1.16k stars 178 forks source link

feat(store creator callback): provide callback for creating store #218

Closed villesau closed 5 years ago

villesau commented 5 years ago

This allows user to have full control over creating the store. This is important since some enhancers rely on ordering and needs to be first in list. Without having control over store creation this is not possible: ngRedux always sets the middlewares first.