coexisting-angular-microfrontends icon indicating copy to clipboard operation
coexisting-angular-microfrontends copied to clipboard

Import an utility module into microfrontend Angular

Open UlyssesGomes opened this issue 2 years ago • 0 comments

Hi guys,

I'm facing problems when importing a utility module microfrontend into an Angular microfrontend. The compiler generates an error on import because it is not present in node_modules. In microfrontend react, in webpack if it has the same orgname as the micrfrontend utility module, this problem does not happen, but in Angular I did not find a solution similar to this. Could you clarify if there is any way to solve this problem or if it definitely doesn't work with microfrontend in Angular?

UlyssesGomes avatar May 03 '22 13:05 UlyssesGomes