How can I load an angle4 module into an angular1?

0

Good day.

How could I load a module that I have in a web app with angular4, in an application with angular1?

    
asked by devjav 16.04.2018 в 18:02
source

1 answer

1

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.

Tutorial Angular Adapters

    
answered by 16.04.2018 в 18:41