tomastrajan / angular-ngrx-material-starter

Angular, NgRx, Angular CLI & Angular Material Starter Project
https://tomastrajan.github.io/angular-ngrx-material-starter
MIT License
2.82k stars 918 forks source link

Upgrade to NgRx 7 and use MockStore #444

Closed timdeschryver closed 5 years ago

timdeschryver commented 5 years ago

With the release of NgRx 7, it also introduces a MockStore. I think we should update to NgRx 7 and replace our implementation of MockStore with the NgRx 7 MockStore store. The lesser part is that this isn't documented yet, but its signature looks a lot like ours!

For more info, take a look at the PR that introduced MockStore - https://github.com/ngrx/platform/pull/1027.

lau32 commented 5 years ago

I could take this up.

tomastrajan commented 5 years ago

Please that would be amazing !

tomastrajan commented 5 years ago

This was solved by the Angular 8 migration.