mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
chore(changelog): add links to the two ways to upgrade to rc0
This commit is contained in:
@ -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 don’t 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 don’t 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:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user