Closed jordanpowell88 closed 2 years ago
The current NgRx tests are using MockStore which actually doesn't pass actions to the reducer and therefore doesn't update Component State via selectors. In order to demonstrate this working we need to use the real StoreModule
MockStore
StoreModule
The current NgRx tests are using
MockStore
which actually doesn't pass actions to the reducer and therefore doesn't update Component State via selectors. In order to demonstrate this working we need to use the realStoreModule