Slide 23
Slide 23 text
@ManfredSteyer
Dynamic Module Federation
Shell (Host) Microfrontend (Remote)
remotes: {
}
exposes: {
Cmp: './my.cmp.ts'
}
loadRemoteModule({
remoteEntry: 'http://…',
remoteName: 'mfe1',
exposedModule: './Cmp'
})
Helper Function using
the Webpack API