Using MockStore in NgRx 8 | AngularUP
AngularUP 2019 www.angular-up.com Tel Aviv, Isreal @angularup
What’s new in NgRx testing? Actually, a lot! The two most recent releases of NgRx have quietly introduced and iterated the @ngrx/store/testing module, giving developers easier ways to test store-dependent components and services.
In this session, I will demonstrate testing store-dependent components and services using the NgRx MockStore, which provides the ability to mock the entire state or individual selectors. Say goodbye to …