Click here to Skip to main content
15,867,308 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I have 2 independent web applications which needs to be shown in a single container application. I would like to know whether the way to use angular.

What I have tried:

Not yet tried as need to check whether this could be possible
Posted
Updated 21-Dec-22 22:46pm

1 solution

You should take a look at this monorepo pattern[^] approach. Essentially you can create a parent workspace, then create child applications beneath it (or import them as your case may be) and reference them from the parent project. Just bear in mind that if you're planning on merging monolithic/large projects I'd recommend breaking them down into separate libraries (ie. a core library for services, a shared library for utils and components).
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900