diff --git a/src/app/modules/info-formas-pago/info-formas-pago-routing.module.ts b/src/app/modules/info-formas-pago/info-formas-pago-routing.module.ts new file mode 100644 index 0000000..6d8893b --- /dev/null +++ b/src/app/modules/info-formas-pago/info-formas-pago-routing.module.ts @@ -0,0 +1,11 @@ +import { NgModule } from "@angular/core"; +import { Routes, RouterModule } from "@angular/router"; +import { InfoFormasPagoComponent } from "./info-formas-pago.component"; + +const routes: Routes = [{ path: "", component: InfoFormasPagoComponent }]; + +@NgModule({ + imports: [RouterModule.forChild(routes)], + exports: [RouterModule] +}) +export class InfoFormasPagoRoutingModule {} diff --git a/src/app/modules/info-formas-pago/info-formas-pago.component.html b/src/app/modules/info-formas-pago/info-formas-pago.component.html new file mode 100644 index 0000000..e095499 --- /dev/null +++ b/src/app/modules/info-formas-pago/info-formas-pago.component.html @@ -0,0 +1,32 @@ +
ESTA TERMINAL OPERA CON
+
+ tarjetas y
+
+
SI PREFERIS PAGAR EN EFECTIVO
+te esperamos en la caja
+