Questions tagged [webpack-module-federation]
458 questions
-1
votes
1 answer
how can I relation between 2 app in micro frontend with webpack module federation (angular)
hi there assume that we have a library and an app in angular and we want show a component from library in modal in our app
the solution is here
we install our library in our app as dependency in (package.json)
but my question is If our architecture…

saeed
- 13
- 4
-1
votes
1 answer
Module Federation share ui-components library
I need to import and reuse in my remotes app some ui-components (table, buttons, etc), which is the best approach?
All applications (both shell and remotes) are Angular projects with multi repo.
Possible solutions identified:
Publish a npm library…

Marco24690
- 305
- 1
- 4
- 23
-1
votes
1 answer
How does angular microfrontend can set the cookie in the shell application?
I am exposing a shared widget (ex: calendar widget) as a micro frontend that can be consumed across multiple applications in our organization. The consumed application loads our micro frontend on demand and after it gets loaded, as micro frontend,…

jslover2020
- 1
- 2
-1
votes
1 answer
remote module not found webpack 5 module federation
Getting below error when loading the remote module,
core.js:6498 ERROR Error: Uncaught (in promise): Error: No NgModule metadata found for
'RegisterPageModule'.
Error: No NgModule metadata found for 'RegisterPageModule'.

sundarvadivel natarajan
- 37
- 1
- 4
-1
votes
1 answer
What are the various solutions to resolving Angular's is not a known element?
My Angular App is throwing 'mat-list' even though I have all the required imported modules. I have already deleted and reinstalled the node_modules folder etc. Are there some specific solutions, loading strategies that helps to ensure that the app…

abigby
- 11
- 4
-1
votes
2 answers
Angular Module Federation -- Shared module is not available for eager consumption
Getting this issue when trying to run tests on my Angular microfrontend to use inside Module Federation. Angular 12, Webpack 5.
Uncaught Error: Shared module is not available for eager consumption: 5487
How to configure eager consumption for these…

Tony Brasunas
- 4,012
- 3
- 39
- 51