Default children route
I have a root to edit my office
This root as 3 children roots:
The goal is to show the right form depending of the route (this children are rendered in an
How do I make it so that the
Thanks
/offices/$id/editThis root as 3 children roots:
The goal is to show the right form depending of the route (this children are rendered in an
<Outlet />).How do I make it so that the
OfficeEditDescriptionRoute is the default children route, so that when the user is on /offices/$id/edit, the Description Route is shown. The other route would be shown based on the path (with the use of navigation).Thanks