This commit is contained in:
2026-01-21 16:33:42 +01:00
parent 324fa7d4d0
commit f6c21258fd
2 changed files with 4 additions and 3 deletions

View File

@@ -80,7 +80,8 @@ export class AppComponent implements OnInit {
});
}
ngOnInit() {
ngOnInit() {}
ngAfterViewInit() {
this.serviceComm.componentTitle.subscribe(
(title) => (this.translatedTitle = title),
);