fluttercommunity / redux.dart

Redux for Dart
https://pub.dev/packages/redux
MIT License
515 stars 61 forks source link

Could you provide an example for angular? #38

Closed martinory closed 5 years ago

martinory commented 6 years ago

Hi! Would it be possible to provide an example for Angular? For example showing how to instantiate and inject a store service, comparable to storeConnector for Flutter? Thanks!

davidmartos96 commented 5 years ago

You can checkout this project, which uses same redux core for Flutter and web. https://github.com/roughike/inKino

martinory commented 5 years ago

Great, thanks!