diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index 6394967..324a3db 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -6,6 +6,7 @@ import { BusquedaProductosComponent } from './components/busqueda-productos/busq import { ConfirmacionCarritoComponent } from './components/confirmacion-carrito/confirmacion-carrito.component'; import { MasterComponent } from './components/master/master.component'; import { AmbImagenesComponent } from './components/amb-imagenes/amb-imagenes.component'; +import { PagoComponent } from './components/pago/pago.component'; const routes: Routes = [ { path: '', component: HomeComponent }, @@ -17,7 +18,8 @@ const routes: Routes = [ children: [ { path: 'inicio', component: InicioComponent }, { path: 'busqueda-productos', component: BusquedaProductosComponent }, - { path: 'confirmacion-carrito', component: ConfirmacionCarritoComponent } + { path: 'confirmacion-carrito', component: ConfirmacionCarritoComponent }, + { path: 'pago', component: PagoComponent } ] }, { path: '**', redirectTo: '/home', pathMatch: 'full' }, diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 2b70697..65aaa96 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -21,6 +21,7 @@ import { MasterComponent } from './components/master/master.component'; import { PopoverPromosComponent } from './components/popover-promos/popover-promos.component'; import { PopoverSinonimosComponent } from './components/popover-sinonimos/popover-sinonimos.component'; import { AmbImagenesComponent } from './components/amb-imagenes/amb-imagenes.component'; +import { PagoComponent } from './components/pago/pago.component'; //#endregion @NgModule({ @@ -36,7 +37,8 @@ import { AmbImagenesComponent } from './components/amb-imagenes/amb-imagenes.com MasterComponent, PopoverPromosComponent, PopoverSinonimosComponent, - AmbImagenesComponent + AmbImagenesComponent, + PagoComponent ], imports: [ BrowserModule, diff --git a/src/app/components/pago/pago.component.html b/src/app/components/pago/pago.component.html new file mode 100644 index 0000000..91c4f56 --- /dev/null +++ b/src/app/components/pago/pago.component.html @@ -0,0 +1,36 @@ +
Pago
+