chore(changelog): add links to the two ways to upgrade to rc0

This commit is contained in:
Brandy Carney
2016-09-28 22:37:08 +01:00
committed by GitHub
parent 3af6355fd5
commit f42b819bc1

View File

@ -303,11 +303,11 @@ export class MyAwesomePage {
### Steps to Upgrade to RC0 ### Steps to Upgrade to RC0
We are providing 2 ways to update your app with this release. The first way will guide you through creating a new Ionic 2 project and copying your project files to it. This is the easiest way to update your app in our opinion. The second way will step through how to update your existing project. There are a lot of steps involved with this way, and we recommend viewing our conference app for any clarification if you choose this way. This is it! We dont plan on making any more major API changes after this version. We are providing 2 ways to update your app with this release: [Copying your Project to a New Project](#copying-your-project-to-a-new-project) and [Modifying your Existing Project](#modifying-your-existing-project). The first way will guide you through creating a new Ionic 2 project and copying your project files to it. This is the easiest way to update your app in our opinion. The second way will step through how to update your existing project. There are a lot of steps involved with this way, and we recommend viewing our conference app for any clarification if you choose this way. This is it! We dont plan on making any more major API changes after this version.
Note: For details on NgModules you can read the Angular docs on them [here](https://angular.io/docs/ts/latest/guide/ngmodule.html) Note: For details on NgModules you can read the Angular docs on them [here](https://angular.io/docs/ts/latest/guide/ngmodule.html)
#### Copying Your Project to a New Project #### Copying your Project to a New Project
1. Ensure that you're using npm version 3.x by running: 1. Ensure that you're using npm version 3.x by running: