Angular-oauth2-oidc: Angular 6 with rxjs 6.x upgrade

Created on 6 Apr 2018  路  7Comments  路  Source: manfredsteyer/angular-oauth2-oidc

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.

image

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.

Most helpful comment

@manfredsteyer rxjs, angular and cli 6.x released now. can we open this issue?

All 7 comments

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.

https://github.com/asadsahi/AspNetCoreSpa/tree/dev

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.

Was this page helpful?
0 / 5 - 0 ratings