dashboard
repositories
filestore
activity
search
login
main
/
screen_demo3
招投标-北京密云
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
账户 管理
xufenglei
2018-01-05
ff5ee2b5f624345c65693aeddc1187629a7e85ac
[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 {
}