Is it possible that i can lazy load a module attached to another angular app in the calling angular app?
Say i have Angular App A1 and A2 I want A1 as main angular app served to client. Now i want to add a new module folder to A2 ,build it and keep and call this module in A1 on request.
If possible this will solve my problem which was i wanted to add module folder while app is served and call it without rebuilding the whole app.
Note: Angular as in Angular 4