Connect Start Button through Angular
This commit is contained in:
parent
843dad6cbb
commit
96a5bd0cec
3 changed files with 14 additions and 8 deletions
|
|
@ -6,7 +6,7 @@
|
|||
<canvas #caCanvas width="500" height="500"></canvas>
|
||||
</div>
|
||||
<div id="controls">
|
||||
<button id="run" >Run</button>
|
||||
<button id="run" (click)="onStartClicked()">{{buttonRunText}}</button>
|
||||
<button id="step">Step</button>
|
||||
<button id="reset">Reset</button>
|
||||
<button id="random">Random</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue