We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7839b8f commit af967cbCopy full SHA for af967cb
src/lib/sidenav/sidenav.ts
@@ -57,7 +57,7 @@ export class MdDuplicatedSidenavError extends MdError {
57
encapsulation: ViewEncapsulation.None,
58
})
59
export class MdSidenav implements AfterContentInit {
60
- @ViewChild(FocusTrap) private _focusTrap: FocusTrap;
+ @ViewChild(FocusTrap) _focusTrap: FocusTrap;
61
62
/** Alignment of the sidenav (direction neutral); whether 'start' or 'end'. */
63
private _align: 'start' | 'end' = 'start';
0 commit comments