Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aaronksaunders/ionic-v4-angular-ngrxv8
- Owner: aaronksaunders
- Created: 2019-09-02T22:59:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T09:18:46.000Z (about 2 years ago)
- Last Synced: 2023-03-11T14:08:03.450Z (almost 2 years ago)
- Topics: angular-cli, angularjs, ionic, ngrx, state-management
- Language: TypeScript
- Homepage:
- Size: 2.03 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
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/