...

/

Implementing the loadProductsAction Method

Implementing the loadProductsAction Method

Learn how to implement the loadProductsAction method in the project.

We'll cover the following...

Introduction

The ProductsComponent will dispatch the loadProductsAction when the user visits the home page.

Press + to interact
Component dispatches loadProductsAction
Component dispatches loadProductsAction

Since we’ve already learned how to define an NgRx action, now is a great opportunity to ...