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/config/config.component.ts b/www/config/config.component.ts new file mode 100644 index 0000000..e658a2a --- /dev/null +++ b/www/config/config.component.ts
@@ -0,0 +1,11 @@ +import { Component } from '@angular/core'; + +@Component({ + selector : 'netopeer-config', + templateUrl : './config.component.html', + styleUrls : ['../netopeer.content.css'] +}) + +export class ConfigComponent { + title = 'Configuration'; +}