From 4fdf08f393917cea6cb7bcfbbfe5b4762af75727 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20Ol=C3=A1h?= Date: Wed, 10 Aug 2016 20:01:58 +0200 Subject: [PATCH] docs(changelog): update beta 11 install instructions Angular RC5 just has been released, this causes the original install command to fail. I have added the required (RC4) version to the command. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7f4bb345d..23cd9aa824 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -151,7 +151,7 @@ $text-input-wp-show-invalid-highlight: $text-input-wp-show-focus-highlight !defa 1. Run the following command in a terminal to update the npm dependencies: ``` - npm install --save ionic-angular @angular/{common,compiler,core,http,forms,platform-browser,platform-browser-dynamic} rxjs@5.0.0-beta.6 zone.js@0.6.12 + npm install --save ionic-angular @angular/{common,compiler,core,http,platform-browser,platform-browser-dynamic}@2.0.0-rc.4 @angular/forms rxjs@5.0.0-beta.6 zone.js@0.6.12 ``` 2. Update all Overlay components to be presented by their controller instead of `NavController`. For example, to update the popover component, the following code: