We have a AngularJs site and we are planning to upgrade to Angular.
I understand that there is ngUpgrade but I am thinking to have Angular in the same application but only use it for the new pages so that the existing/current pages work the same until we updated them.
Is this possible to have two Angular (AngularJs and Angular) and how can it be done?