Random
This commit is contained in:
parent
d1db066c74
commit
4c94212b7f
14 changed files with 567 additions and 349 deletions
3
src/app/Child/child.component.html
Normal file
3
src/app/Child/child.component.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
<h1>Child</h1>
|
||||
<p>Balance: {{balance}}</p>
|
||||
<button type="button" (click)=takeMoney() class="btn btn-secondary">Take Money</button>
|
Reference in a new issue