Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
CESNET
/
Netopeer2GUI
/
d23f0dfed39521ae91789428fb6f12df141bccd7
/
.
/
www
/
yang
/
yang.component.ts
blob: 076330f981d1e2a64967d721aafcebd9a24237ac [
file
] [
log
] [
blame
]
import
{
Component
}
from
'@angular/core'
;
@Component
({
selector
:
'netopeer-yang'
,
templateUrl
:
'./yang.component.html'
,
styleUrls
:
[
'../netopeer.content.css'
]
})
export
class
YANGComponent
{
title
=
'YANG Explorer'
;
}