Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aaronksaunders/ionic-v4-angular-ngrxv8

Sample application using the new v8 version of NGRX
https://github.com/aaronksaunders/ionic-v4-angular-ngrxv8

angular-cli angularjs ionic ngrx state-management

Last synced: about 2 months ago
JSON representation

Sample application using the new v8 version of NGRX

Awesome Lists containing this project

README

        

# ionic-v4-angular-ngrx8

Sample applicstion using the new v8 version of NGRX - this has removed a fair bit of the boilerplate code that usually makes using this kinda overwhelming. This sample only uses actions and reducers with the store; a more complete example using effects and selectors will be upcoming and a link posted here when that happens



- ngrx https://ngrx.io/guide/store
- actions - [source](https://github.com/aaronksaunders/ionic-v4-angular-ngrxv8/blob/master/src/app/item.actions.ts)
- reducers - [source](https://github.com/aaronksaunders/ionic-v4-angular-ngrxv8/blob/master/src/app/item.reducer.ts)
- dev tools - [link](https://ngrx.io/guide/store-devtools)
- ionic framework - https://ionicframework.com/docs/