沈斌
2018-03-13 9634327c9094fb2d2b5bb2a3e630971cd65d3112
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 {
 
}