I\'m having trouble setting up auxiliary routes in child components, for some reason only those auxiliary routes work that start at the root component.
Here\'s my ro
some working example click here
important points
Component One
@Component({
selector: 'component-one',
template: `Component One
Sidebar Outlet:
`
})