Combining ionic 1 cordova into new ionc 3 cordova project

Hi,

I’m trying to combine two separate projects. And I’m finding it difficult due to some ionic tags are no longer supported in ionic 3 and have not found their alternative approaches or method. For example, through much frustration I’ve found that ‘ion-view’ is no longer supported within a generated page folder yet, after ( for lack of a better word) the project has been compiled it would render’ion-view’ if it’s included within my index.html file. Where can I find changes made to ionic 3 that would have information regarding changes in tags or new approaches or method. -Thanks

Project 1: ionic 1
cli packages

@ionic/cli-plugin-cordova : 1.6.2
@ionic/cli-plugin-gulp    : 1.1.1
@ionic/cli-plugin-ionic1  : 2.1.1
@ionic/cli-utils          : 1.7.0
ionic (Ionic CLI)         : 3.7.0

global packages:

Cordova CLI : 7.0.1
Gulp CLI    : CLI version 3.9.1 Local version 3.9.1

local packages:

Cordova Platforms : android 6.2.3
Ionic Framework   : ionic1 1.3.1

System:

Node : v6.11.1
OS   : Windows 10
npm  : 5.3.0

Project 2: ionic 3
cli packages:

@ionic/cli-plugin-cordova : 1.6.2
@ionic/cli-plugin-gulp    : 1.1.1
@ionic/cli-plugin-ionic1  : 2.1.1
@ionic/cli-utils          : 1.7.0
ionic (Ionic CLI)         : 3.7.0

global packages:

Cordova CLI : 7.0.1
Gulp CLI    : CLI version 3.9.1 Local version 3.9.1

local packages:

Cordova Platforms : android 6.2.3
Ionic Framework   : ionic1 1.3.1

System:

Node : v6.11.1
OS   : Windows 10
npm  : 5.3.0

This isn’t going to happen. You’re going to have to completely rewrite the app. This isn’t really Ionic’s fault; Angular1 is not compatible with current Angular.