dev #8
@@ -25,13 +25,13 @@ export const routes: Routes = [
|
|||||||
path: 'contact',
|
path: 'contact',
|
||||||
loadChildren: () => import('./features/contact/contact.routes').then(m => m.CONTACT_ROUTES)
|
loadChildren: () => import('./features/contact/contact.routes').then(m => m.CONTACT_ROUTES)
|
||||||
},
|
},
|
||||||
{
|
|
||||||
path: '',
|
|
||||||
loadChildren: () => import('./features/legal/legal.routes').then(m => m.LEGAL_ROUTES)
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
path: 'payment/:orderId',
|
path: 'payment/:orderId',
|
||||||
loadComponent: () => import('./features/payment/payment.component').then(m => m.PaymentComponent)
|
loadComponent: () => import('./features/payment/payment.component').then(m => m.PaymentComponent)
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '',
|
||||||
|
loadChildren: () => import('./features/legal/legal.routes').then(m => m.LEGAL_ROUTES)
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user