is possible to do something with Angular route like this
{
path: 'my-',
loadChildren: './pages/my-stuff/my-stuff.module#MyStuffPageModule'
},
then when I navigate with different paths like my-orders, my-repairs.. this match with the same route?
thanks