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