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
Try using http://localhost:3000/shell/(department/1//aux2:test3)
URL has format (primaryroute//secondaryroute) parentheses tells it may have sibling routes and // is sibling route separator.
(primaryroute//secondaryroute)
//
Aux and primary outlets are considered sibling on same parent