Affichage du titre des pages dans la navigation

This commit is contained in:
Sébastien André
2019-10-09 17:13:53 +02:00
parent dd26e2c90b
commit ada8b6b72d
8 changed files with 29 additions and 6 deletions

View File

@@ -14,6 +14,7 @@ export class AppComponent implements OnInit {
}
ngOnInit() {
this.serviceComm.componentTitle.subscribe(title => this.title = title);
}
toggleMenu() {