Skip to content

Commit 0717d40

Browse files
cal-smithasudoh
andauthored
Update src/ui-shell/sidenav.component.ts
Co-Authored-By: asudoh <[email protected]>
1 parent 1164acf commit 0717d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui-shell/sidenav.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ import { I18n } from "./../i18n/i18n.module";
6161
export class SideNav {
6262
@HostBinding("attr.role") role = "complementary";
6363
@HostBinding("class.bx--side-nav") hostClass = true;
64-
@HostBinding("class.bx--side-nav--expanded") expanded = false;
64+
@HostBinding("class.bx--side-nav--expanded") @Input() expanded = false;
6565

6666
constructor(public i18n: I18n) { }
6767

0 commit comments

Comments
 (0)