Files
airport-chengdu-web/src/app/pages/system-management/system-management.component.ts
T

15 lines
254 B
TypeScript
Raw Normal View History

2018-10-29 16:27:34 +08:00
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-system-management',
template:`<router-outlet></router-outlet>`,
})
export class SystemManagementComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}