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 +

+
+
+
+
diff --git a/src/app/modules/mensaje-final/mensaje-final.component.scss b/src/app/modules/mensaje-final/mensaje-final.component.scss new file mode 100644 index 0000000..a8fb715 --- /dev/null +++ b/src/app/modules/mensaje-final/mensaje-final.component.scss @@ -0,0 +1,3 @@ +.mt-6 { + margin-top: 4.5rem; +} diff --git a/src/app/modules/mensaje-final/mensaje-final.component.spec.ts b/src/app/modules/mensaje-final/mensaje-final.component.spec.ts new file mode 100644 index 0000000..013c1a3 --- /dev/null +++ b/src/app/modules/mensaje-final/mensaje-final.component.spec.ts @@ -0,0 +1,25 @@ +import { async, ComponentFixture, TestBed } from '@angular/core/testing'; + +import { MensajeFinalComponent } from './mensaje-final.component'; + +describe('MensajeFinalComponent', () => { + let component: MensajeFinalComponent; + let fixture: ComponentFixture; + + beforeEach(async(() => { + TestBed.configureTestingModule({ + declarations: [ MensajeFinalComponent ] + }) + .compileComponents(); + })); + + beforeEach(() => { + fixture = TestBed.createComponent(MensajeFinalComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); + + it('should create', () => { + expect(component).toBeTruthy(); + }); +}); diff --git a/src/app/modules/mensaje-final/mensaje-final.component.ts b/src/app/modules/mensaje-final/mensaje-final.component.ts new file mode 100644 index 0000000..e977129 --- /dev/null +++ b/src/app/modules/mensaje-final/mensaje-final.component.ts @@ -0,0 +1,15 @@ +import { Component, OnInit } from '@angular/core'; + +@Component({ + selector: 'app-mensaje-final', + templateUrl: './mensaje-final.component.html', + styleUrls: ['./mensaje-final.component.scss'] +}) +export class MensajeFinalComponent implements OnInit { + + constructor() { } + + ngOnInit() { + } + +} diff --git a/src/app/modules/mensaje-final/mensaje-final.module.ts b/src/app/modules/mensaje-final/mensaje-final.module.ts new file mode 100644 index 0000000..1e1d177 --- /dev/null +++ b/src/app/modules/mensaje-final/mensaje-final.module.ts @@ -0,0 +1,15 @@ +import { NgModule } from '@angular/core'; +import { CommonModule } from '@angular/common'; + +import { MensajeFinalRoutingModule } from './mensaje-final-routing.module'; +import { MensajeFinalComponent } from './mensaje-final.component'; + + +@NgModule({ + declarations: [MensajeFinalComponent], + imports: [ + CommonModule, + MensajeFinalRoutingModule + ] +}) +export class MensajeFinalModule { } diff --git a/src/assets/img/bebidas.svg b/src/assets/img/bebidas.svg new file mode 100644 index 0000000..0e096f3 --- /dev/null +++ b/src/assets/img/bebidas.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/assets/img/ticket.svg b/src/assets/img/ticket.svg new file mode 100644 index 0000000..93cbbf7 --- /dev/null +++ b/src/assets/img/ticket.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + +