Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 748 Bytes

File metadata and controls

24 lines (17 loc) · 748 Bytes

Micro-frontend example

Testing Webpack 5 Module Federation, Angular as the host app (http://localhost:4200), which contains 4 containers:

http://localhost:4204 is used by common bus.

BlazorApp2 is ssr.

Blazor wasm included in the repo precompiled, so you don't have to recompile it. But you can.

Run in localhost

Main point

Blazor doesn't work. I can't inject it properly, idk why.

I should mount it in BlazorApp1/bin/Release/net6.0/browser-wasm/publish/wwwroot/index.js, that's all I'm sure.