indicaciones-pago-tarjeta.component.ts
398 Bytes
import { Component, OnInit, OnChanges } from '@angular/core';
@Component({
selector: 'app-indicaciones-pago-tarjeta',
templateUrl: './indicaciones-pago-tarjeta.component.html',
styleUrls: ['./indicaciones-pago-tarjeta.component.scss']
})
export class IndicacionesPagoTarjetaComponent implements OnInit {
mediaPantalla:boolean;
constructor() { }
ngOnInit() {}
ngOnChanges() {
}
}