aboutsummaryrefslogtreecommitdiffstats
path: root/webapp/src/app/app.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/app/app.component.ts')
-rw-r--r--webapp/src/app/app.component.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/webapp/src/app/app.component.ts b/webapp/src/app/app.component.ts
index d0f9c6e..40cfb24 100644
--- a/webapp/src/app/app.component.ts
+++ b/webapp/src/app/app.component.ts
@@ -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.