Files
airport-chengdu-web/src/app/pages/basic-data/carousel/carousel.component.ts
T

16 lines
278 B
TypeScript
Raw Normal View History

2018-11-12 14:32:28 +08:00
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-carousel',
templateUrl: './carousel.component.html',
styleUrls: ['./carousel.component.scss']
})
export class CarouselComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}