From the course: Building Angular and ASP.NET Core Applications

Unlock the full course today

Join today to access over 22,700 courses taught by industry experts or purchase this course individually.

Challenge: Delete a book

Challenge: Delete a book

From the course: Building Angular and ASP.NET Core Applications

Start my 1-month free trial

Challenge: Delete a book

(upbeat electronic music) - [Instructor] Now it's time for a challenge. We learned how to set up the Azure XStore, how to set up reducers and actions, and we combined those three to show all the books. So now, instead of directly using this service in the books components, we use the NgRx. Now you should use the same process to delete a book. So instead of using the service in the Delete Book component, you should use the NgRx. For that, you need to update the reducer function, update the actions file, and then inject the Store in the Delete Book component. So, give it a try and then be sure to watch the solution video to see how I solve it.

Contents