Is it possible to render a route within a routes <Outlet />?
Clicking on one of the notifications should ideally take me to a /issue/id page - but instead of doing that, can i instead render that /issue/id page on the right side of my layout where the <Outlet/> component is?
Thanks for help.
The picture shows the route /inbox
So if the question is possible, maybe the user will end up at /inbox/issue/id - which will be the same as /issue/id (just without the left side)
