duck-booking-tool-front/app/app.component.html
Gergely Polonkai 09ea2073dd Outline the duck editor
Signed-off-by: Gergely Polonkai <gergely@polonkai.eu>
2016-09-09 14:41:24 +02:00

13 lines
228 B
HTML

<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 }}