Skip to content

Commit

Permalink
doc(README): update packages section
Browse files Browse the repository at this point in the history
Default latest version will be 1.x version till Angular CLI moves to Angular 5.0.
Use @next to install 5.0 versions of the @nguniversal packages.
  • Loading branch information
vikerman authored Oct 10, 2017
1 parent 6dfc0eb commit 2a12463
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ The packages from this repo are published as scoped packages under [@nguniversal

The 1.x packages work with Angular 4.x while the 5.x packages will work with Angular 5.x. We will match the major version with Angular starting from 5.0 to avoid confusion.

NOTE: The current `latest` tag on npm points to v1.x version of the packages to be in sync with Angular CLI that uses Angular 4.x. To install the 5.0 compatible versions of the packages use the `@next` tag(Ex. `npm install @nguniversal/express-engine@next`).

# Upgrading from Angular2-Universal
> If you're coming from the original `angular2-universal` (2.x) here are some helpful steps for porting your application to Angular 4 & platform-server.
Expand Down

0 comments on commit 2a12463

Please sign in to comment.