diff --git a/src/app/modules/forma-pago/forma-pago-routing.module.ts b/src/app/modules/forma-pago/forma-pago-routing.module.ts new file mode 100644 index 0000000..9e89dea --- /dev/null +++ b/src/app/modules/forma-pago/forma-pago-routing.module.ts @@ -0,0 +1,13 @@ +import { NgModule } from '@angular/core'; +import { Routes, RouterModule } from '@angular/router'; +import { FormaPagoComponent } from './forma-pago.component'; + +const routes: Routes = [ + { path: '', component: FormaPagoComponent } +]; + +@NgModule({ + imports: [RouterModule.forChild(routes)], + exports: [RouterModule] +}) +export class FormaPagoRoutingModule { } diff --git a/src/app/modules/forma-pago/forma-pago.component.html b/src/app/modules/forma-pago/forma-pago.component.html new file mode 100644 index 0000000..7558ec2 --- /dev/null +++ b/src/app/modules/forma-pago/forma-pago.component.html @@ -0,0 +1,77 @@ +
SELECCIONA UNA FORMA DE PAGO
+PAGO ELECTRÓNICO
+