Newer
Older
GestionHoteleria / src / app / components / shared / banner-promotion / banner-promotion.component.ts
James Cuadrado on 23 May 2021 324 bytes init
import { Component, OnInit } from '@angular/core';

@Component({
  selector: 'app-banner-promotion',
  templateUrl: './banner-promotion.component.html',
  styleUrls: ['./banner-promotion.component.sass']
})
export class BannerPromotionComponent implements OnInit {

  constructor() { }

  ngOnInit() {
  }

}