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