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