沈斌
2017-12-19 62266aa6ed5fd19fa1691089e6801e4450c4eaf1
1
2
3
4
5
6
7
8
9
import { Component } from '@angular/core';
 
@Component({
    selector: 'app-layout-fullscreen',
    templateUrl: './fullscreen.component.html'
})
export class LayoutFullScreenComponent {
 
}