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

16 lines
262 B
TypeScript
Raw Normal View History

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