03 / 14

Implement nested routes in declarative mode?

The path of the parent is automatically included in the child, so this config creates both "/dashboard" and "/dashboard/settings" URLs.

javascript
Child routes are rendered through the <Outlet/> in the parent route.