Fix sur la longueur des champs de
formulaire à 100%
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user