Slide 147
Slide 147 text
1. Update the books reducer to handle “select”, “clear
select”, “create”, “update”, and “delete” actions
2. Use the helper functions already in books.reducer.ts
3. Update books-page.component.ts to dispatch “select”,
“clear select”, “create”, “update”, and “delete” actions
from the component
4. Remove the BooksService from the component
Challenge
PR: 01-reducers
github.com/CodeSequence/ngconf2019-ngrx-workshop