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

16 lines
266 B
TypeScript
Raw Normal View History

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