Add Functionality to Clear Board Button
This commit is contained in:
parent
1a43be14fa
commit
1c756bbda4
1 changed files with 1 additions and 0 deletions
|
@ -58,5 +58,6 @@ class AppComponent implements OnInit {
|
||||||
}
|
}
|
||||||
|
|
||||||
void onClearClicked() {
|
void onClearClicked() {
|
||||||
|
engine.clear();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue