Testing Selectors
Learn how to unit test the NgRx selectors.
Introduction
In our application’s Products
module, we have defined the getProductsSelector
in the src/app/products/state/products.selectors.ts
file. This selector retrieves the entire products
slice from the NgRx store.
Get hands-on with 1400+ tech skills courses.