dashboard
repositories
filestore
activity
search
login
main
/
screen_demo3
招投标-北京密云
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
安装用户 管理
xufenglei
2018-01-10
0e184df30a1d07a30d412e2d5fd91bc37711455d
[screen_demo3.git]
/
src
/
app
/
layout
/
fullscreen
/
fullscreen.component.ts
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 {
}