From 2a1246326d5db10a989f143205c2d2ed27f8e362 Mon Sep 17 00:00:00 2001 From: vikerman Date: Tue, 10 Oct 2017 11:49:12 -0400 Subject: [PATCH] doc(README): update packages section 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. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f63b83732..050538896 100644 --- a/README.md +++ b/README.md @@ -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.