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 Facades
Similar to Service w/ Subject
Removed NgRx implementation from components
Hides NgRx implementation
Key Points
Imports store and actions
Read only properties to access selector streams
Methods dispatch actions handled by effects
Refactor Tour of Heroes to use a facade
https://stackblitz.com/github/jessesanders/tour-of-heroes/tree/ngrx-entity
NgRx Libraries - Previous
NgRx Auto Entity
Next - Testing
Testing Factory
Last modified
2yr ago
Copy link
Contents
Key Points