The current renderer implementation has a limitation that prevents placing router-outlet components as Page content children. The workaround at the moment is to surround them with a layout tag.
This one will probably require changes to the ProxyViewContainer implementation.
The current renderer implementation has a limitation that prevents placing
router-outletcomponents as Page content children. The workaround at the moment is to surround them with a layout tag.This one will probably require changes to the ProxyViewContainer implementation.