Loading src/app/overview/overview.component.ts +1 −1 Original line number Diff line number Diff line Loading @@ -214,7 +214,7 @@ export class OverviewComponent implements OnInit, OnDestroy { }); }).catch((err: HttpErrorResponse) => { if (err.status === 502) { console.log('POP UP HIER ÖFFNEN'); this.openDialog(); } }); } Loading src/app/overview/testdialog.html +2 −2 Original line number Diff line number Diff line <h1 mat-dialog-title>Ihr habt alle Begriffe durchgespielt!</h1> <div mat-dialog-content>Eröffnet einen neuen Raum oder setzt den Fortschritt sofort hier zurück:</div> <div mat-dialog-content>Eröffnet einen neuen Raum, um die Begriffe wieder von vorne zu spielen!</div> <div mat-dialog-actions> <button mat-raised-button>Zurücksetzen</button> <!--button mat-raised-button>Zurücksetzen</button--> <button mat-raised-button color="primary" mat-dialog-close>Schließen</button> </div> Loading
src/app/overview/overview.component.ts +1 −1 Original line number Diff line number Diff line Loading @@ -214,7 +214,7 @@ export class OverviewComponent implements OnInit, OnDestroy { }); }).catch((err: HttpErrorResponse) => { if (err.status === 502) { console.log('POP UP HIER ÖFFNEN'); this.openDialog(); } }); } Loading
src/app/overview/testdialog.html +2 −2 Original line number Diff line number Diff line <h1 mat-dialog-title>Ihr habt alle Begriffe durchgespielt!</h1> <div mat-dialog-content>Eröffnet einen neuen Raum oder setzt den Fortschritt sofort hier zurück:</div> <div mat-dialog-content>Eröffnet einen neuen Raum, um die Begriffe wieder von vorne zu spielen!</div> <div mat-dialog-actions> <button mat-raised-button>Zurücksetzen</button> <!--button mat-raised-button>Zurücksetzen</button--> <button mat-raised-button color="primary" mat-dialog-close>Schließen</button> </div>