-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use service from remote microfrontend in shell app. #12
Comments
My repos |
I would suggest using libraries for sharing components between applications. |
Is it possible to share such a library, having two repos? For instanse, we have a repo with libraries and a repo with components. Components somehow must consume services from libraries. Is Module Federation a silver bullet for this case? Or we have to compile libraries and components in one monorepo? |
Here's how I modified the example to work with a component not in the monorepo.
|
Hey everybody!
Don't judge for my english, please.
I need a help, because cannot find solution on my question.
I have two separate application, host and remote. It isn't monorepo, and I want use Services and Components from remote app in host app not as page in router.
For example in host app was created TestModule, and in template of this module I want use component from remote.
Is it possible? Or I should create monorepo and create some shared libs and declare it in tsconfig?
The text was updated successfully, but these errors were encountered: