angular-hotel-manager/src/app/Child/child.component.html

5 lines
199 B
HTML
Raw Normal View History

2024-08-20 14:26:19 +02:00
<h1>Child</h1>
<p>Balance: {{balance}}</p>
<p [class.hidden]="!isBroke">Im broke. Now im about as poor as Jan-Marlon.</p>
<button type="button" (click)=takeMoney() class="button">Take Money</button>