feat(purchase-detail): add purchase detail page with routing and mock data
This commit is contained in:
@@ -88,6 +88,13 @@ export const routes: Routes = [
|
||||
(m) => m.PurchasesPage
|
||||
)
|
||||
},
|
||||
{
|
||||
path: 'compras/:id',
|
||||
loadComponent: () =>
|
||||
import('./pages/account-page/pages/purchase-detail-page/purchase-detail-page').then(
|
||||
(m) => m.PurchaseDetailPage
|
||||
)
|
||||
},
|
||||
{
|
||||
path: '',
|
||||
redirectTo: 'datos-personales',
|
||||
|
||||
Reference in New Issue
Block a user