沈斌
2018-07-12 e5641578fc31e1326433b99210e85328f9d8faf7
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 {
 
}