@angular-architects/module-federation 15.0.0
- Updated for Angular 15
npm run run:all
now also works in an Nx workspace- New
skip
config property for skipping shared mappings, shared deps, and secondary entry points loadRemoteModule
defaults totype: 'manifest'
if there was a manifest loaded- New
initFederation
function as an alternative for both,loadManifest
andsetManifest
. Also, this provides feature parity with Native Federation - The
init
schematic now generates a call toinitFederation
(i/oloadManifest
) when using the flag--type dynamic-host