formas-pago.component.ts
289 Bytes
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() {
}
}