diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index 754d2f0..c93a893 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -22,7 +22,16 @@ const routes: Routes = [ loadChildren: () => import('./modules/seleccion-articulos/seleccion-articulos.module').then(m => m.SeleccionArticulosModule) }, { - path: 'carrito', loadChildren: () => import('./modules/carrito/carrito.module').then(m => m.CarritoModule) + path: 'carrito', + loadChildren: () => import('./modules/carrito/carrito.module').then(m => m.CarritoModule) + }, + { + path: 'forma-pago', + loadChildren: () => import('./modules/forma-pago/forma-pago.module').then(m => m.FormaPagoModule) + }, + { + path: 'pago-electronico', + loadChildren: () => import('./modules/pago-electronico/pago-electronico.module').then(m => m.PagoElectronicoModule) }, ] }, diff --git a/src/app/modules/carrito/carrito.component.html b/src/app/modules/carrito/carrito.component.html index f319460..3605c07 100644 --- a/src/app/modules/carrito/carrito.component.html +++ b/src/app/modules/carrito/carrito.component.html @@ -22,7 +22,12 @@
{{'CORTADO'}}
{{55}}
ESTA TERMINAL OPERA CON
tarjetas y
-
+
SI PREFERIS PAGAR EN EFECTIVO
te esperamos en la caja
TU PEDIDO ES PARA:
+TÚ PEDIDO ES PARA
{{'CORTADO'}}
{{'Café con un poco de leche'}}
@@ -74,7 +82,12 @@ {{55 | currency}}{{'lala'}}
@@ -137,7 +153,12 @@