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