Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

Commit

Permalink
fix(sidenav): update sidenav state on backdrop click (#1616)
Browse files Browse the repository at this point in the history
  • Loading branch information
dron8552 committed Mar 6, 2019
1 parent a233774 commit d17aa58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/home/home.component.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<mat-sidenav-container fullscreen>
<mat-sidenav-container fullscreen (backdropClick)="closeAppNav()">
<mat-sidenav [opened]="showAppNav$ | async">
<cs-app-nav
[routes]="routes$ | async"
Expand Down

0 comments on commit d17aa58

Please sign in to comment.