You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an Angular Nx Module Federation Monorepo with three micro frontends in /apps (Shell, MFE1, MFE2).
I also have a shared library (SharedDataService) in /libs.
I use this shared library in MFE1 and MFE2 and the code of the service is in their common.js files.
Is this correct because it creates redundancy? Can't this be outsourced from the common.js?
Expected Behavior
I already know from this issue why there is a common.js file in each case/MFE, but I don't understand why the shared library is not outsourced or how to do this.
Current Behavior
I have an Angular Nx Module Federation Monorepo with three micro frontends in /apps (Shell, MFE1, MFE2).
I also have a shared library (SharedDataService) in /libs.
I use this shared library in MFE1 and MFE2 and the code of the service is in their common.js files.
Is this correct because it creates redundancy? Can't this be outsourced from the common.js?
Expected Behavior
I already know from this issue why there is a common.js file in each case/MFE, but I don't understand why the shared library is not outsourced or how to do this.
GitHub Repo
https://github.com/jannikbuscha/exp_arbeit.git
Steps to Reproduce
Nx Report
Failure Logs
Package Manager Version
10.8.2
Operating System
Additional Information
The problem remains with :
The text was updated successfully, but these errors were encountered: