info-formas-pago.component.ts
297 Bytes
import { Component, OnInit } from "@angular/core";
@Component({
selector: "app-formas-pago",
templateUrl: "./info-formas-pago.component.html",
styleUrls: ["./info-formas-pago.component.scss"]
})
export class InfoFormasPagoComponent implements OnInit {
constructor() {}
ngOnInit() {}
}