Add Functionality to Clear Board Button

This commit is contained in:
Marty Oehme 2018-07-08 19:45:47 +02:00
parent 1a43be14fa
commit 1c756bbda4
1 changed files with 1 additions and 0 deletions

View File

@ -58,5 +58,6 @@ class AppComponent implements OnInit {
}
void onClearClicked() {
engine.clear();
}
}