0

I'm pretty new to Angular and I did some research about how to combine multiple Angular apps into one app. However most of what I found are about creating multiple projects in one Angular app, which miss the instructions on how I can configure the two very developed and deployed apps with different ng zones into a "project" under one app.

So now the two apps each has their own ng zone and AppModule, and I'm wondering what's a clean way to combine the two into one app. Is the best practice to create a new ng app, creating 2 projects, and then configure the two apps into the projects, or to wrap one of the 2 apps into the other? Thank you so much!

My search results are mostly about creating multiple projects from the beginning, but now I have these 2 developed apps I don't know how to "modularize" them

2
  • I believe what you're looking for is called module federation. Commented Apr 7, 2023 at 19:30
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. Commented Apr 8, 2023 at 22:14

0

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.