8 lines
191 B
HTML
8 lines
191 B
HTML
<p>Save for later item: {{input1}}</p>
|
|
<button (click)="saveIt()"> Save for later</button>
|
|
|
|
|
|
<p>Item for wishlist: {{input2}}</p>
|
|
<button (click)="wishForIt()"> Add to wishlist</button>
|
|
|