Skip to content

15.0.0

Compare
Choose a tag to compare
@manfredsteyer manfredsteyer released this 17 Nov 21:47
· 170 commits to main since this release

@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 to type: 'manifest' if there was a manifest loaded
  • New initFederation function as an alternative for both, loadManifest and setManifest. Also, this provides feature parity with Native Federation
  • The init schematic now generates a call to initFederation (i/o loadManifest) when using the flag --type dynamic-host