This commit is contained in:
Sébastien André
2020-01-20 12:21:18 +01:00
parent 734087a4e7
commit ee0b08b967

View File

@@ -19,4 +19,4 @@ export class AppComponent implements OnInit {
toggleMenu() { toggleMenu() {
this.showMenu = !this.showMenu; this.showMenu = !this.showMenu;
} }
} }