[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report
[x] Feature request
[ ] Documentation issue or request
Could not compile app with ngrx, Angular v6.0.0-rc.0, rxjs and rxjs-compat v6.0.0-beta.1
ERROR in ../node_modules/@ngrx/effects/@ngrx/effects.es5.js
Module not found: Error: Can't resolve 'rxjs/operator/exhaustMap' in ...
I hope I could upgrade my app to Angular v6 by the time it releases. But I'm using a lot of ngrx in my code and it seems not compatible with Angular v6 and ts 2.7 yet.
Create an new cli project and run ng update --next
then run ng build
ngrx v5.2.0, node 8.10.0, yarn 1.5.1
Please tell me if I could help. I'm willing to do a PR.
@brandonroberts and I plan on taking a stab at this on March 30th. If someone else wants to try they are welcome.
We'll accept PRs before then in two steps:
@MikeRyanDev Thanks, I will give it a try. Do you want to turn on strict mode property initialize in ts2.7?
Fixed via d1286d221ec958a08b306ae85bf9d68ea267a40d
Most helpful comment
Fixed via d1286d221ec958a08b306ae85bf9d68ea267a40d