MiniRx Store
Angular Integration forUse MiniRx Store the Angular way:
- Configure the store using
StoreModule.forRoot()
- Register Feature States using
StoreModule.forFeature()
- Register Effects using
EffectsModule.register()
- Use Angular Dependency Injection for
Store
andActions
- Redux Devtools Extension
Installation:
npm i mini-rx-store-ng
Docs
🤓 Learn more about the MiniRx Angular Integration on the docs site