We want to develop a angular js module for our application and want to integrate in other angular js app. These apps renders from two different servers.
I have read about angular js multple modules and bootstraping them manually. But in those examples, both the modules are from same server.
In our case, they are two different angular js applications.
The applications are like this. App1: /mainapplication App2: /secondapplication Both the modules may use different version of angularjs.
Please let me know if it is possible or not, if yes, what are the ways to integrate it.