ngrx-workshop
Search…
Table of Contents
Setup and Configuration
Rules of Thumb
Rules of Thumb pt2
NgRx Libraries
NgRx Data
NgRx Entity
Action Creators
NgRx Auto Entity
NgRx Facades
NgRx Facades
Testing
Testing Factory
Testing Reducers
Testing Selectors
Testing Effects
Advanced Actions
3 Types of Actions
Deciders
Splitter Actions
Aggregators
ToDo
Todo
Powered By
GitBook
NgRx Data
John Papa/Ward Bell
Eliminates actions, reducers, effects, selectors
Entities declared in configuration
Services extend EntityCollectionServiceBase using model Type
Installation
npm
i @ngrx/data
Define our data (entities)
Declare our App Store Module
Create Hero Service
Implement in Component
Refactor Tour of Heroes to use NgRx-Data:
https://stackblitz.com/github/jessesanders/tour-of-heroes/tree/ngrx-data
Previous
Rules of Thumb pt2
Next - NgRx Libraries
NgRx Entity
Last modified
3yr ago
Copy link
Outline
Installation
Define our data (entities)
Declare our App Store Module
Create Hero Service
Implement in Component