From 6708f95b10cbd2c80f61bb7248a20cf226c91fa8 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Thu, 19 May 2016 12:03:37 -0400 Subject: [PATCH] chore(CHANGELOG): include the ionic update in the command for angular --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02ae14ef80..4121a6aaa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,10 +63,10 @@ Angular has been updated to 2.0.0-rc.1, follow these steps to update Angular. "angular2": "2.0.0-beta.15" ``` -2. Then, run the following command from a terminal: +2. Then, run the following command from a terminal to update Ionic and Angular: ``` - npm install --save @angular/core @angular/compiler @angular/common @angular/platform-browser @angular/platform-browser-dynamic @angular/router @angular/http rxjs@5.0.0-beta.6 zone.js@0.6.12 reflect-metadata + npm install --save ionic-angular@2.0.0-beta.7 @angular/core @angular/compiler @angular/common @angular/platform-browser @angular/platform-browser-dynamic @angular/router @angular/http rxjs@5.0.0-beta.6 zone.js@0.6.12 reflect-metadata ``` 3. Run the following command from a terminal to update the gulp task for `ionic-gulp-scripts-copy`: