dashboard
repositories
filestore
activity
search
login
main
/
screen_demo3
招投标-北京密云
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
home-page
fengxiang
2018-07-12
655edbc7405188c4bb32e63bf52a9a31ac00d75c
[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 {
}