Using AngularJS Upgrade Module (ng-upgrade)
 
The ngUpgrade module enables hybrid applications, allowing AngularJS (1.x) and Angular (2+) to coexist in the same project. This makes incremental migration possible instead of a full rewrite. 1. Install….

