Skip to main content

Microfrontend

module federation

  • requiredVersion: 'auto' not good, because even minor/patch differences cause problems
  • Only use one Angular version
    • singleton: true und strictVersion: true
    • Monorepo

webcomponents

  • built in angular support with angular elements
  • different Angular version possible (even major version differences)
  • Multiple Router.forRoot() do not work
    • Send a custom event to notify all apps about url changes