Fix sur la longueur des champs de

formulaire à 100%
This commit is contained in:
Sébastien André
2021-04-14 14:32:46 +02:00
parent b00ae1618a
commit 772d3fb475
5 changed files with 6 additions and 10 deletions

View File

@@ -35,10 +35,6 @@ export class AppComponent implements OnInit {
this.serviceComm.componentTitle.subscribe(title => (this.title = title));
}
toggleMenu() {
this.showMenu = !this.showMenu;
}
show() {
return this.authenticationService.currentUserValue != undefined;
}