$rootScope conflicts in hybrid AngularJS-Angular apps
In hybrid AngularJS-Angular apps, $rootScope conflicts arise because Angular (version 2+) no longer uses $rootScope, and the usage of $rootScope in AngularJS can clash with the new mechanisms of Angular…..