maxime1992 / angular-ngrx-starter

An opiniated Angular setup based on @angular/cli to kickstart an ngrx project
https://maxime1992.github.io/angular-ngrx-starter/
64 stars 8 forks source link

update ngrx to V4 #5

Closed maxime1992 closed 7 years ago

maxime1992 commented 7 years ago

It might be really interesting to update to ngrx V4 (see why here: )

but after giving a try on a large project I did have some problems. Main one: A problem with AOT and if everything works well in dev, once compiled with AOT the store is never updated (https://github.com/ngrx/platform/issues/147 --> closed but only a workaround for now, needs a real fix).