I've got an AngularJS
app that I'd love to upgrade to the latest version of Angular
. However, the problem is that the app uses a dozen of different 3rd party libraries that don't support Angular
v.2.
Is it OK to run a hybrid Angular
+AngularJS
application on a live site? By "OK" I mean that the are no serious performance implications compared to running a pure AngularJS or Angular application.
The Angular docs are clear about how to perform the transition from AngularJS to Angular, but they are unclear whether ngUpgrade is supposed to be used in a live project.