0

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.

enter image description here

1 Answer 1

1

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!!

Sign up to request clarification or add additional context in comments.

3 Comments

Thanks Madhu. What are the options if we dont want to iframe?
You will have to merge the code base that would be first, then you may bootstrap multiple angular application on the same page. But you wont be able to communicate between the applications, until you write your own framework to pass data along. Cheers!!
We dont want to merge the code base and thats the reason they are separate deployment components....

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.