angular-architects / module-federation-plugin

MIT License
730 stars 199 forks source link

routerLink problem in an MFE #331

Open Zefling opened 1 year ago

Zefling commented 1 year ago

routerLink does not work when it is in an MFE. The URL changes in bar address, but nothing happens in the DOM.

Example here in this project: https://git.ikilote.net/Jeux/web-games/-/blob/main/projects/picross/src/app/app.component.html

ikeepfighting commented 1 year ago

@Zefling Have you solved this issue? I have the same problem.