Currently we have old project developed using lineman-angular-templat, angular 1.5 and ES5
We need to add new features and i want to add them as angular 2 components. We have not time and money for creating new application with Angular 2.
The goad is to use angular 1 and ui-routing for navigation to new pages and insert into new pages angular 2 components.
Is it possible to do it without using upgrade plugin and downgrading angular 2 components to angular 1 directives?
Is it possible to have angular 1 and augular 2 components running together?
I really want to use benefits of angular 2 change detection mechanism etc