Good day.
How could I load a module that I have in a web app with angular4, in an application with angular1?
Good day.
How could I load a module that I have in a web app with angular4, in an application with angular1?
in a direct way you can not. Angular 2 broke compatibility with AngularJS since its launch. Although you can generate adapters to use components of Angular 4 in AngularJS, this is not ideal because of its complexity and difficulty of maintenance.