NgRx Data
- John Papa/Ward Bell
- Eliminates actions, reducers, effects, selectors
- Entities declared in configuration
- Services extend EntityCollectionServiceBase using model Type
npm i @ngrx/data
Refactor Tour of Heroes to use NgRx-Data: https://stackblitz.com/github/jessesanders/tour-of-heroes/tree/ngrx-data
Last modified 3yr ago