Affichage du titre des pages dans la navigation
This commit is contained in:
@@ -14,6 +14,7 @@ export class AppComponent implements OnInit {
|
||||
}
|
||||
|
||||
ngOnInit() {
|
||||
this.serviceComm.componentTitle.subscribe(title => this.title = title);
|
||||
}
|
||||
|
||||
toggleMenu() {
|
||||
|
||||
Reference in New Issue
Block a user