Ajout d'une page d'accueil

This commit is contained in:
Sébastien André
2020-01-20 11:35:10 +01:00
parent 42c76141e6
commit 45aa3381c4
14 changed files with 62 additions and 10 deletions

View File

@@ -9,7 +9,6 @@ import { ServiceComm } from '../services/service-comm.service';
export class AppComponent implements OnInit {
title = 'app';
showMenu = false;
// showMenu = true;
constructor(private serviceComm: ServiceComm) { }