fengxiang
2018-02-27 b5d06c6068e919fdaaf55e771b6d39b4c4e9602b
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 {
 
}