Mocking ngrx/store
问题 This is in regards to the Angular 2 official release. I know that unit testing has changed drastically between beta, RC, and the official release. What's a good way to mock @ngrx/store in a unit test when it's used as a parameter in a constructor? It's not as simple as mocking a service. For example, if I wanted to mock a service, then I could do something like this: let serviceStub = { }; // not a true mocked service, just a stub, right? let de: DebugElement; let el: HTMLElement; let