Outline the duck editor
Signed-off-by: Gergely Polonkai <gergely@polonkai.eu>
This commit is contained in:
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user