Currently, we have an app build using Angular JS 1.4 version. We wanted to upgrade it to Angular 4 in phases. To start with we wanted to upgrade it to Angular JS 1.5 version to have component api enabled. Next, we wanted to implement new requirements in Angular 4 version. My question is:
Do we need to upgrade all controllers, directives to 1.5 components structure before bootstrapping angular 4? OR only specific controllers/directives that are going to be used along with Angular 4 components?
Are there any recommendation for this?