forma-pago.component.ts 285 Bytes
import { Component, OnInit } from '@angular/core';

@Component({
  selector: 'app-forma-pago',
  templateUrl: './forma-pago.component.html',
  styleUrls: ['./forma-pago.component.scss']
})
export class FormaPagoComponent implements OnInit {

  constructor() { }

  ngOnInit() {
  }

}