added bug fix for tf

This commit is contained in:
OezmenK
2022-07-19 14:48:38 +02:00
parent 6eb2d78f8c
commit 877f6cd529
4 changed files with 5 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ export class BoardComponent implements OnInit {
fields: any[];
history: any[];
constructor(ai: AiService) {}
constructor() {}
ngOnInit(): void {
this.resetGame();