Good afternoon, I have a problem I'm migrating an app angular1 to angular2, for now I follow the tutorial on the official website all loads perfect but the drawback is when you merge angular 1 and 2 with the module ngUpgrade. In the 1 app I do not use ng-app for initial use: angular.bootstrap (document, [ApplicationConfiguration.applicationModuleName]); And in the documentation of angular 2 also ask to mention the name of ng-app but as I do not use it displays the error: [ng: btstrpd] App already bootstrapped with this element 'document' any idea?
-- You received this message because you are subscribed to the Google Groups "Angular" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
