0
0
llucycodes42
The code creates an array of objects, containing the path and the component of the childpath. The childpath element has the path and the component of the childcomponent as children.
Library: angular
Shortcut: a_route_path_with_children
{
path: 'path',
component: Component,
children: [
{ path: 'childpath', component: ChildComponent }
]
},