Sharing singletons Between shell and MFEs #2092
Unanswered
RajathVenkatesh
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I'm also looking for similar kinda problem to use Singleton across MFEs from different Repos. @ScriptedAlchemy could you please hel us with it. Thanks |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using the Angular architects module federation and I would like to have singleton services created for communication between the shell and MFEs.
I know the approach in a monorepo project would be to use a Nx workspace shared library, but I'm really looking for a solution when there are multi repo projects.
Any advise/solution on how to deal with this?
Beta Was this translation helpful? Give feedback.
All reactions