Fix navbar menu when width is small
[src/xds/xds-server.git] / webapp / src / app / app.component.ts
index d0f9c6e..40cfb24 100644 (file)
@@ -9,6 +9,9 @@ import { Router } from '@angular/router';
 })
 
 export class AppComponent implements OnInit, OnDestroy {
+
+    isCollapsed: boolean = true;
+
     private defaultLanguage: string = 'en';
 
     // I initialize the app component.