You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't spend much time maintaining single-spa-angular, and there aren't many other maintainers who help with it. I review pull requests and try to encourage others to help maintain single-spa-angular, but don't have time to go through all the issues.
I haven’t found any way to make this working, unfortunately. Outlets have been always problematic to deal with since it’s like an “addition” to the classic router behavior.
I have a problem with routes with outlets inside a lazyloading module.
When i have childrens-routes with outles inside a lazyloading module single-spa can't interpret the route and stay in the parent route.
Demonstration
APP1Routing module:
LazyModule routing:
Console don't display errors or warnings.
I create one fork with the example (https://github.com/diogolPereira/coexisting-angular-microfrontends).
Expected Behaviour
Single-spa can interpret the angular routes with children's inside of lazy modules.
P.s: Original issue (joeldenning/coexisting-angular-microfrontends#42)
The text was updated successfully, but these errors were encountered: