Test
This commit is contained in:
@@ -80,7 +80,8 @@ export class AppComponent implements OnInit {
|
||||
});
|
||||
}
|
||||
|
||||
ngOnInit() {
|
||||
ngOnInit() {}
|
||||
ngAfterViewInit() {
|
||||
this.serviceComm.componentTitle.subscribe(
|
||||
(title) => (this.translatedTitle = title),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user