Cannot resolve library amcharts5 for remote application, this issue related to Microfrontend - Angular - Nx #30441
Unanswered
trminhphu79
asked this question in
Questions
Replies: 0 comments
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.
-
Hello everyone,
Has anyone worked with Nx Microfrontend before?
I’m trying to build a microfrontend using Nx, Angular, and Module Federation, but I’m encountering an issue when loading the amCharts 5 library in a remote application.
When I configure the remote app as an Angular application (within a shell), everything works fine. However, when I try to run the remote app independently (without the shell), the application fails to start, showing an error that amCharts 5 cannot be resolved.
Here’s my current configuration for the remote app:
App Shell Route:
Remote app configuration:
App shell configuration:
Package Information:
Beta Was this translation helpful? Give feedback.
All reactions