I have most of the pages created in AngularJS 1.2.26 in my application which is created in MVC4. Now I want to create new pages which can use Angular 4. However few of the pages are common popup and I want to avoid rewriting this pages so iI tried using same master page with AngularJS and Angular 4 Javascript files. AngularJS pages are working fine.
I would like to know if anyone of you has done this without using AngularJS upgrade? As using Angular upgrade of Angular 4.3.4 shows some errors please provide your opinion on this. Also I have not used AngularJS routing in my existing pages.