沈斌
2017-12-14 8dd2337c2d65e29034950940a239d0c73540f92a
1
2
3
4
5
6
7
8
9
import { Component } from '@angular/core';
 
@Component({
    selector: 'app-layout-fullscreen',
    templateUrl: './fullscreen.component.html'
})
export class LayoutFullScreenComponent {
 
}