Apollo-angular: Support for Angular v5

Created on 17 Sep 2017  路  3Comments  路  Source: kamilkisiela/apollo-angular

Angular will be entering RC for v5.0.0 in roughly a week, so this issue is open to track compatibility issues with the latest version.

One breaking change already shown is the deprecation of OpaqueToken, which is fixed with #316 (potentially).

Most helpful comment

Installing Angular 5 in my project and am blocked by this not being released.
Would be cool if @next/master was published after every commit so we can live on the edge :)

$ npm dist-tag ls apollo-angular
latest: 4.1.4

Another possibility is to add the prepare npm script to allow people to point directly to github branches via support that was added in npm5:

"prepare": "npm run prepublish"

All 3 comments

First step to support v5 #358

Installing Angular 5 in my project and am blocked by this not being released.
Would be cool if @next/master was published after every commit so we can live on the edge :)

$ npm dist-tag ls apollo-angular
latest: 4.1.4

Another possibility is to add the prepare npm script to allow people to point directly to github branches via support that was added in npm5:

"prepare": "npm run prepublish"

Compiling errors with AOT, documented here #363

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Pokerkoffer picture Pokerkoffer  路  3Comments

GlauberF picture GlauberF  路  6Comments

MaximS picture MaximS  路  7Comments

bkinsey808 picture bkinsey808  路  3Comments

TobiasKrogh picture TobiasKrogh  路  4Comments