angular-redux / ng-redux

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

Type definition now includes a 4th parameter on createStoreWith #114

Closed ebiggs closed 7 years ago

ebiggs commented 7 years ago

This makes the type definition consistent with the documentation.

This 4th parameter represents an optional initial state.

AntJanus commented 7 years ago

Thanks for bringing this up! I went ahead and merged it