沈斌
2018-02-28 09cc47426b74c6fd49fc07f615a1d4ae329e6f0e
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 {
 
}