diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index 1d6e490..754d2f0 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -10,8 +10,8 @@ const routes: Routes = [ component: AdminComponent, children: [ { - path: 'formas-pago', - loadChildren: () => import('./modules/formas-pago/formas-pago.module').then(m => m.FormasPagoModule) + path: 'info-formas-pago', + loadChildren: () => import('./modules/info-formas-pago/info-formas-pago.module').then(m => m.InfoFormasPagoModule) }, { path: 'opcion-pedido', diff --git a/src/app/modules/formas-pago/formas-pago-routing.module.ts b/src/app/modules/formas-pago/formas-pago-routing.module.ts deleted file mode 100644 index 510bcbc..0000000 --- a/src/app/modules/formas-pago/formas-pago-routing.module.ts +++ /dev/null @@ -1,11 +0,0 @@ -import { NgModule } from "@angular/core"; -import { Routes, RouterModule } from "@angular/router"; -import { FormasPagoComponent } from "./formas-pago.component"; - -const routes: Routes = [{ path: "", component: FormasPagoComponent }]; - -@NgModule({ - imports: [RouterModule.forChild(routes)], - exports: [RouterModule] -}) -export class FormasPagoRoutingModule {} diff --git a/src/app/modules/formas-pago/formas-pago.component.html b/src/app/modules/formas-pago/formas-pago.component.html deleted file mode 100644 index e095499..0000000 --- a/src/app/modules/formas-pago/formas-pago.component.html +++ /dev/null @@ -1,32 +0,0 @@ -
-
-
- -
-
-
-
-
- -

ESTA TERMINAL OPERA CON

-

- tarjetas y - -

-
- CONTINUAR - -
-
-
-
-
- -

SI PREFERIS PAGAR EN EFECTIVO

-

te esperamos en la caja

-
-
-
-
diff --git a/src/app/modules/formas-pago/formas-pago.component.scss b/src/app/modules/formas-pago/formas-pago.component.scss deleted file mode 100644 index e69de29..0000000 diff --git a/src/app/modules/formas-pago/formas-pago.component.spec.ts b/src/app/modules/formas-pago/formas-pago.component.spec.ts deleted file mode 100644 index 87d8333..0000000 --- a/src/app/modules/formas-pago/formas-pago.component.spec.ts +++ /dev/null @@ -1,25 +0,0 @@ -import { async, ComponentFixture, TestBed } from '@angular/core/testing'; - -import { FormasPagoComponent } from './formas-pago.component'; - -describe('FormasPagoComponent', () => { - let component: FormasPagoComponent; - let fixture: ComponentFixture; - - beforeEach(async(() => { - TestBed.configureTestingModule({ - declarations: [ FormasPagoComponent ] - }) - .compileComponents(); - })); - - beforeEach(() => { - fixture = TestBed.createComponent(FormasPagoComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/src/app/modules/formas-pago/formas-pago.component.ts b/src/app/modules/formas-pago/formas-pago.component.ts deleted file mode 100644 index ed26ff8..0000000 --- a/src/app/modules/formas-pago/formas-pago.component.ts +++ /dev/null @@ -1,12 +0,0 @@ -import { Component, OnInit } from "@angular/core"; - -@Component({ - selector: "app-formas-pago", - templateUrl: "./formas-pago.component.html", - styleUrls: ["./formas-pago.component.scss"] -}) -export class FormasPagoComponent implements OnInit { - constructor() {} - - ngOnInit() {} -} diff --git a/src/app/modules/formas-pago/formas-pago.module.ts b/src/app/modules/formas-pago/formas-pago.module.ts deleted file mode 100644 index 14745c7..0000000 --- a/src/app/modules/formas-pago/formas-pago.module.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { NgModule } from '@angular/core'; -import { CommonModule } from '@angular/common'; - -import { FormasPagoRoutingModule } from './formas-pago-routing.module'; -import { FormasPagoComponent } from './formas-pago.component'; - - -@NgModule({ - declarations: [FormasPagoComponent], - imports: [ - CommonModule, - FormasPagoRoutingModule - ] -}) -export class FormasPagoModule { } diff --git a/src/app/modules/splash-screen/splash-screen.component.html b/src/app/modules/splash-screen/splash-screen.component.html index daa16d8..1bb0383 100644 --- a/src/app/modules/splash-screen/splash-screen.component.html +++ b/src/app/modules/splash-screen/splash-screen.component.html @@ -34,7 +34,7 @@
+ [routerLink]="['/info-formas-pago']">

TOCA PARA COMENZAR