ngrx

A collection of 1 post

Mocking NGRX store for easy testing your angular components

If you want to test your angular components and you are using redux with some selectors, then you’ll surely need @reibo/ngrx-mock-test How to use it? First, install as a development depenancy with Second, initialize the package and import it in your tests: Final step, get the store and dispatch and…