[ ] Regression (a behavior that used to work and stopped working in a new release)
[X] Bug report
[ ] Feature request
[ ] Documentation issue or request
NgRx schematics requires rxjs-compat, otherwise the ng generate store schematics fails
Angular 6 upgrade instructions ask developers to remove rxjs-compat once migration to RxJs 6 is completed. I cannot do so because @ngrx/schematic needs it.
ng generate store State --root --module app.module.ts --collection @ngrx/schematicsAre you using the latest beta or 5.2?
Using 5.2
We will be releasing V6 very soon which only depends on RxJS 6.x. You can use the 6.0.0.beta-1 release or the nightly builds until then.
Sounds good, thanks a lot! Is the final 6.0 going to be released before June?
Yes
V6 has landed with full support for RxJS 6.
Most helpful comment
Yes