Outline the duck editor

Signed-off-by: Gergely Polonkai <gergely@polonkai.eu>
This commit is contained in:
2016-09-06 13:53:32 +02:00
parent 4db5923857
commit 09ea2073dd
4 changed files with 28 additions and 2 deletions

View File

@@ -1 +1,12 @@
<h1>Hello!</h1>
<div>
<div>
<label>id:</label>
{{ duck.id }}
</div>
<div>
<label>color:</label>
<input [(ngModel)]="duck.color" placeholder="Color">
</div>
</div>
{{ duck.color }}