blob: de0fac91a42a476702e138b85c27a298456f6152 [file] [log] [blame]
Radek Krejcid23f0df2017-08-31 16:34:49 +02001import { Component } from '@angular/core';
2
3@Component({
4 selector : 'netopeer-yang',
5 templateUrl : './yang.component.html',
Radek Krejcicd1ebe12018-01-11 11:34:17 +01006 styleUrls : ['./yang.component.scss']
Radek Krejcid23f0df2017-08-31 16:34:49 +02007})
8
9export class YANGComponent {
10 title = 'YANG Explorer';
11}