aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app/app.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/ClientApp/src/app/app.component.ts')
-rw-r--r--Timeline/ClientApp/src/app/app.component.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/Timeline/ClientApp/src/app/app.component.ts b/Timeline/ClientApp/src/app/app.component.ts
index 7b0f6728..bba1f59d 100644
--- a/Timeline/ClientApp/src/app/app.component.ts
+++ b/Timeline/ClientApp/src/app/app.component.ts
@@ -7,4 +7,6 @@ import { Component } from '@angular/core';
})
export class AppComponent {
title = 'app';
+
+ public isCollapse = false;
}