home button

This commit is contained in:
2023-05-06 17:24:54 +02:00
parent 5a2cd0e3a0
commit 7091ea5f86
4 changed files with 15 additions and 6 deletions

View File

@@ -99,4 +99,8 @@ export class AppComponent implements OnInit {
// Load Detail Page Translations
this.detailTranslation.congratulations = await this.translateService.getData(this.detailTranslation.congratulations, lang);
}
goHome() {
this.router.navigate(['/home']);
}
}