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';
}