commit | d23f0dfed39521ae91789428fb6f12df141bccd7 | [log] [tgz] |
---|---|---|
author | Radek Krejci <rkrejci@cesnet.cz> | Thu Aug 31 16:34:49 2017 +0200 |
committer | Radek Krejci <rkrejci@cesnet.cz> | Thu Aug 31 16:34:49 2017 +0200 |
tree | 1fb0552fe44ab37b548cb42b8645db89fc4406a4 | |
parent | 21dbffbbca1af75d63b446c664dc7863fff0e91d [diff] [blame] |
Initial commit Basic frontend design with schemas management
diff --git a/www/yang/yang.component.ts b/www/yang/yang.component.ts new file mode 100644 index 0000000..076330f --- /dev/null +++ b/www/yang/yang.component.ts
@@ -0,0 +1,11 @@ +import { Component } from '@angular/core'; + +@Component({ + selector : 'netopeer-yang', + templateUrl : './yang.component.html', + styleUrls : ['../netopeer.content.css'] +}) + +export class YANGComponent { + title = 'YANG Explorer'; +}