Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
CESNET
/
Netopeer2GUI
/
2b9bbc28ec47568bead4f7266c65789a657247c3
/
.
/
www
/
config
/
config.component.ts
blob: e658a2a7983ea54ca9ac00153a48938194444af5 [
file
] [
log
] [
blame
]
import
{
Component
}
from
'@angular/core'
;
@Component
({
selector
:
'netopeer-config'
,
templateUrl
:
'./config.component.html'
,
styleUrls
:
[
'../netopeer.content.css'
]
})
export
class
ConfigComponent
{
title
=
'Configuration'
;
}