Angular2-jwt: Support for Angular 2.0 final

Created on 15 Sep 2016  路  5Comments  路  Source: auth0/angular2-jwt

Please, add support for Angular 2.0 final.

Most helpful comment

I've created this PR #167 for adding support for Angular 2 final version.

All 5 comments

Our team has a fork for some old version (we understand a little of the base code and have no issues starting PR's). What's exactly not working?

These are the current peerDependencies in the package.json:
"peerDependencies": { "@angular/core": "^2.0.0-rc.6", "@angular/http": "^2.0.0-rc.6", "rxjs": "5.0.0-beta.11" }
The "rxjs": "5.0.0-beta.11" conflicts with Angular 2's "rxjs": "5.0.0-beta.12".

I'm getting unmet peer dependency rxjs 5.0.0-beta.12, but exactly same version present in package.json and is installed. (Angular 2 CLI beta 14)

I've created this PR #167 for adding support for Angular 2 final version.

It was merged, so I guess issue is resolved

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jaumard picture jaumard  路  5Comments

mahendra2125 picture mahendra2125  路  4Comments

sfabriece picture sfabriece  路  4Comments

Eddman picture Eddman  路  3Comments

wannabegeek picture wannabegeek  路  3Comments