This library supports ng update
:
ng update @angular-architects/module-federation
If you update by hand (e. g. via npm install
), make sure you also install a respective version of ngx-build-plus (version 14 for Angular 14, version 13 for Angular 13, etc.)
shareAll
now uses theDEFAULT_SKIP_LIST
by default.
- add withModuleFederationPlugin to simplify the generated (ca26aeb)
- mf-runtime: load remotes in parallel (5615917)
- mf-runtime: supporting mf manifests (64ec2dc)
- mf: add support for eager and pinned (623837c)
- mf: add type option to ng-add (c57d87f)
- mf: dev-server (run:all) accepts project names via command line args (b765515)
- mf: respect APF v14 for discovering secondaries (00344c2)
- update readme and tutorial for v14.3 (fbdb463)