rintoj / statex

StateX is a state management library for modern web applications with unidirectional data flow and immutable uni-state (just like redux)
MIT License
68 stars 18 forks source link

Support for Angular 6? #19

Open Nxt3 opened 6 years ago

Nxt3 commented 6 years ago

I've been having issues with my tests after upgrading my project to Angular 6 and rxjs 6. I'm just wondering if this lib has been tested with those newer frameworks.

rightisleft commented 5 years ago

+1

rightisleft commented 5 years ago

Working on a PR here: https://github.com/rightisleft/statex/

I have the test suite passing, and upgraded to NG7 && RXJS 6+

I'll be testing further this week