ludovic.castglia 9 months ago
parent d7a8a32be0
commit ecc29e9ff6

@ -31,4 +31,5 @@
nouvelle partie
</button>
</div>
</section>
</section>

@ -88,7 +88,7 @@ export class SudokuComponent {
break;
}
if (this.grille.length == 0) {
setTimeout(()=> {this.Request(difficulty);console.log("a")},100);
setTimeout(()=> {this.Request(difficulty)},100);
}// lancer un await ici si possible
}
}

@ -36,7 +36,7 @@ export class SudokuService {
}
public getEasy(): number[][]{
return this.easy;
return this.correction;
}
public getMedium(): number[][]{

Loading…
Cancel
Save