Files
airport-chengdu-web/src/app/pages/system-management/system-management.component.ts
T
2018-10-29 16:27:34 +08:00

15 lines
254 B
TypeScript

import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-system-management',
template:`<router-outlet></router-outlet>`,
})
export class SystemManagementComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}