NgRx Selectors
Selectors are pure functions used to get slices of store state. NgRx provides helper functions for optimizing selectors. With selectors, we get many features like
- Portability
- Memoization
- Composition
- Testability
- Type Safety
Selectors are pure functions used to get slices of store state. NgRx provides helper functions for optimizing selectors. With selectors, we get many features like