@leoneltasso wrote:
I have this two routes:
{path: 'new-client/:id', loadChildren: './pages/new-client/new-client.module#NewClientPageModule'}, {path: 'new-client/:isOrder', loadChildren: './pages/new-client/new-client.module#NewClientPageModule'},
Ow can i nav to both?
Like, I one page i need to use "new-client/:id’ and in other i need to use “new-client/:isOrder”
Posts: 2
Participants: 2