dkhrunov / ngx-mfe

Angular library for working with micro-frontends in Webpack 5 and plugin ModuleFederation
https://www.npmjs.com/package/ngx-mfe
MIT License
22 stars 4 forks source link

nx required? #13

Closed marco24690 closed 2 years ago

marco24690 commented 2 years ago

Should I use Nx and monorepo in order to use these library? I'am using Angular v13 with @angular-architects/module-federation 12.5.3, so following the readme I should use ngx-mfe 1.0.2

dkhrunov commented 2 years ago

Hi, Nx monorepo isn't required

dkhrunov commented 2 years ago

Try to update to last version, in past versions was a bug with production build, see this issue https://github.com/dkhrunov/ngx-mfe/issues/7

marco24690 commented 2 years ago

Sorry, my mistake, I am using Angular v12 can I update to the last version of ngx-mfe?

dkhrunov commented 2 years ago

Update to angular v13, angular-architect/module-federation to v14 and this lib to v2.1.0

marco24690 commented 2 years ago

Thank you!

Marco


From: Denis Khrunov @.> Sent: Tuesday, July 26, 2022 11:27:16 AM To: dkhrunov/ngx-mfe @.> Cc: marco24690 @.>; Author @.> Subject: Re: [dkhrunov/ngx-mfe] nx required? (Issue #13)

Update to angular v13, angular-architect/module-federation to v14 and this lib to v2.1.0

— Reply to this email directly, view it on GitHubhttps://github.com/dkhrunov/ngx-mfe/issues/13#issuecomment-1195241237, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AQJXH4JSRAAE62R2QM7URN3VV6VPJANCNFSM54VFURMQ. You are receiving this because you authored the thread.Message ID: @.***>

dkhrunov commented 2 years ago

Happy to help!

Denis