I have requirement to separate my current application into 3 different Angular application.
App1 : common (Dashboard angular app) App2 : module1 (Sales angular app) App3 : module2 (Customer angular app)
App1(Dashboard) will have 2 links => Sales | Customer . On click of link respective app will get called and load. All 3 app's are located into different location (different repository).
Is that possible? Can I call other app's on my dashboard ?