Implementing the loadProductsAction Method
Learn how to implement the loadProductsAction method in the project.
We'll cover the following...
We'll cover the following...
Introduction
The ProductsComponent
will dispatch the loadProductsAction
when the user visits the home page.
Press + to interact
Since we’ve already learned how to define an NgRx action, now is a great opportunity to ...