Using Ionic 2 Framework in Ionic1 app(searchbar etc.)

Hey!

I created an app with the Creator and extended it (SQLite connections etc.). Now I would like to use the Ionic 2 Framework(http://ionicframework.com/docs/v2/), because I need components like the searchbar and some more.
The CLI Version installed on my computer(Windows) is v2.0.0, but if I use the ion-searchbar it doesn’t show anything.
So probably I need to upgrade my app to version 2…but I have no idea how( I am quite new to ionic and angular).

Best regards,
DonShirley

I don’t think there is a way to migrate an Ionic 1 app to 2; you’ll have to rewrite it all.

Yes, you cannot just “upgrade” to Ionic 2. It does require some rewriting and reworking of your project.