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