fengxiang
2018-02-05 fc4299fed7fc85a6ce1d98800d6857a3b90692c8
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 {
 
}