side nav changes 13/78413/1
authorArundathi Patil <arundpil@in.ibm.com>
Wed, 13 Feb 2019 16:48:07 +0000 (22:18 +0530)
committerIBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com>
Wed, 13 Feb 2019 16:48:19 +0000 (22:18 +0530)
Added changes to keep the side nav open, once the user lands on home
page

Issue-ID: CCSDK-815
Change-Id: I988c2af5ad0e62a910e819b879532d1a1b6d1328
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
cds-ui/client/src/app/common/shared/components/home/home.component.ts

index d70da85..d5ea7f6 100644 (file)
@@ -28,7 +28,7 @@ import { Component, OnInit } from '@angular/core';
 })
 export class HomeComponent implements OnInit {
   events: string[] = [];
-  opened: boolean;
+  opened: boolean = true;
   constructor() { }
 
   ngOnInit() {