Skip to main content

All Questions

0 votes
0 answers
67 views

NX Module Federation: ng-zorro-antd library not shared between host and remote apps

I am working on an NX monorepo setup with Module Federation, and I'm facing an issue with sharing the ng-zorro-antd library between my host and remote applications. Despite configuring the library as ...
IamCracker's user avatar
0 votes
0 answers
29 views

Handle package versioning between remote application in NX monorepo workspace

I'm working in NX monorepo workspace with different remote applications, My shell application is using angular 17 dependency from root package.json. I have a requirement to create new remote ...
Rapelly Rajesh's user avatar
1 vote
0 answers
406 views

Nx monorepo with react host and mixed angular and react microfontends (MFE) using module federation

We have an Nx mono repo with a react host app. Not all teams work in this repository, especially some using angular. I've seen StackOverflow Q/A and other articles on importing angular micro-frontends ...
jmcnally's user avatar
0 votes
0 answers
240 views

Nx microfrontends module federation outpuPath is missing

I have migrated nx workspace to the latest version. Now the angular version is 16. Below is project.json. When I run npm run build status is success but then when I proceed with npm run start I ...
Walter White's user avatar
  • 1,016
1 vote
0 answers
86 views

How can I create a client side rendering react app with NX?

I'm trying to create a micro frontend project using react and module federation should I use NX ? if yes how can I create a client side rendering application with NX I tried SSR with NX and it worked ...
sheida's user avatar
  • 11
2 votes
1 answer
474 views

How can I fix ChunkLoadError for signalr

I have an issue when running my nx site locally, where any federated app that uses signalR has started throwing a ChunkLoadError. I've tried changing the version of signalR, reloading, clearing cache ...
Leo Farmer's user avatar
  • 7,850
0 votes
1 answer
780 views

How to load host application with all it's remotes in NX Monorepo?

To start host with remotes I use --devRemotes option. For example: nx serve my-console --devRemotes=my-assets,my-dashboard Is there a way to serve start my-console with all of it's remotes in "...
Alex Dn's user avatar
  • 5,545
3 votes
4 answers
5k views

How to host assets with Module Federation on Angular and Nx monorepo

I need to make assets (png, svg images, fonts) from Angular remote applications available also in host applications of Webpack Module Federation. Below are long steps to reproduce - not necessary to ...
Kichrum's user avatar
  • 607