aboutsummaryrefslogtreecommitdiff
path: root/src/app/heroes/heroes.component.html
diff options
context:
space:
mode:
authorPhil <phil.buschmann@tum.de>2018-05-19 22:58:53 +0200
committerPhil <phil.buschmann@tum.de>2018-05-19 22:58:53 +0200
commit4c01dd54cc3c68ddfd700d586fad000df075506f (patch)
tree954bbb370ce9b7c9b4cc494ee862e550f34766fb /src/app/heroes/heroes.component.html
parent57efd4f24d238ca649ef25e9922b7f64fa4cc417 (diff)
downloadgnunet-webui-4c01dd54cc3c68ddfd700d586fad000df075506f.tar.gz
gnunet-webui-4c01dd54cc3c68ddfd700d586fad000df075506f.zip
-wip service/routing design
Diffstat (limited to 'src/app/heroes/heroes.component.html')
-rw-r--r--src/app/heroes/heroes.component.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/app/heroes/heroes.component.html b/src/app/heroes/heroes.component.html
new file mode 100644
index 0000000..0bc287b
--- /dev/null
+++ b/src/app/heroes/heroes.component.html
@@ -0,0 +1,4 @@
1{{hero.name | uppercase}} Details <br>id: {{hero.id}}<br>name: {{hero.name}}
2<br>
3<br>
4<input [(ngModel)]="hero.name" placeholder="name">