I am creating an UI application using micro front end architecture. I have three application : 1. micro-app-a (written in angular) 2. micro-app-b (written in angular) 3. shell application (written in angular)
My micro-app-a has its own angular router to manage routing and similarly micro-app-b also has its own angular router which are working as expected individually but i am not able to manage routing when i clubbing these two micro apps as a web component (@angular/element) into a single shell application . i am not getting how to manage routing . Please help me here who ever has the knowledge.:)