diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index 70d5117..5e11c11 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -37,6 +37,10 @@ const routes: Routes = [ path: 'pago-tarjeta', loadChildren: () => import('./modules/pago-tarjeta/pago-tarjeta.module').then(m => m.PagoTarjetaModule) }, + { + path: 'mensaje-final', + loadChildren: () => import('./modules/mensaje-final/mensaje-final.module').then(m => m.MensajeFinalModule) + }, ] }, { path: '**', redirectTo: '', pathMatch: 'full' }, diff --git a/src/app/modules/mensaje-final/mensaje-final-routing.module.ts b/src/app/modules/mensaje-final/mensaje-final-routing.module.ts new file mode 100644 index 0000000..e3a10ab --- /dev/null +++ b/src/app/modules/mensaje-final/mensaje-final-routing.module.ts @@ -0,0 +1,13 @@ +import { NgModule } from '@angular/core'; +import { Routes, RouterModule } from '@angular/router'; +import { MensajeFinalComponent } from './mensaje-final.component'; + +const routes: Routes = [ + { path: '', component: MensajeFinalComponent } +]; + +@NgModule({ + imports: [RouterModule.forChild(routes)], + exports: [RouterModule] +}) +export class MensajeFinalRoutingModule { } diff --git a/src/app/modules/mensaje-final/mensaje-final.component.html b/src/app/modules/mensaje-final/mensaje-final.component.html new file mode 100644 index 0000000..b8bb57a --- /dev/null +++ b/src/app/modules/mensaje-final/mensaje-final.component.html @@ -0,0 +1,53 @@ +
SEGUÍ ESTOS PASOS PARA
+retirar tu comida
+PRESENTÁ EL TICKET EN CAJA Y AGUARDÁ TU PEDIDO
+Número de pedido {{023}}
++ TUS BEBIDAS Y COMIDAS FRÍAS RETIRALAS EN LAS HELADERAS Y DISPENSERS +
+
+ ¡Listo!
+ Que lo disfrutes
+