[ACA-1892] close sidenav instead of toggle (#781)

This commit is contained in:
Denys Vuika
2018-11-12 17:11:47 +00:00
committed by GitHub
parent aa6995e7b2
commit abe07d28b5

View File

@@ -114,7 +114,7 @@ export class AppLayoutComponent implements OnInit, OnDestroy {
takeUntil(this.onDestroy$)
)
.subscribe(() => {
this.layout.container.toggleMenu();
this.layout.container.sidenav.close();
});
this.router.events