Reputation: 155
We have scenario where in a Hosting App can have links to different SPA apps and all are deployed separately in their own domains. I think the picture below describes it better.
How can the below be implemented? We can share similar styles to the look and feel of all the apps feel the same. The user should be oblivious to the fact that he is interacting with multiple SPA apps.
Upvotes: 0
Views: 423
Reputation: 17894
The problem you are describing does not seems to be related with Angular. What you might be looking is creating an application which has a navigation menu and iframe
which loads different applications into that.
Hope this helps!!
Upvotes: 1