With angular RC released this week, I have just give it a shot and try to upgrade one of my project and it is failing on angular-oauth2-oidc doesn't support new changes w.r.t RXJS pipe operators and new syntax of importing operators from rxjs.

I know angular isn't released yet. But is it work just having an earlier release of this package to finally conform to newer version of framework once it is released.
Thx. I will publish a ng6 version soon with fixes for issues outlined here and some PRs.
There have been some breaking changes in RxJS but there is a rxjs-compat library you can install for the time beeing, to be compatible with existing code.
Already using rxjs-compat, but right now this is the only package for which I need rxjs-compat. Other upgrades are successfull so far.
Would greatly appreciate the update, the current behaviour is causing issues with our treeshaking
I see. Yes, when Angular 6 comes out, we will have a new version.
@manfredsteyer Since Rxjs 6 is released and angular being RC this change is inevitable. Why not prepare this change and release an earlier version before??
@manfredsteyer rxjs, angular and cli 6.x released now. can we open this issue?
Its on it's way. Will land in a few days.
Most helpful comment
@manfredsteyer rxjs, angular and cli 6.x released now. can we open this issue?