Skip to content

Commit

Permalink
Expose public sidenav api
Browse files Browse the repository at this point in the history
  • Loading branch information
sambaptista committed Nov 21, 2023
1 parent 7d1ea23 commit 3ce8882
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class NaturalSidenavContainerComponent implements OnInit, OnDestroy {
/**
* Inner "native" material sidenav
*/
@ViewChild(MatSidenav, {static: true}) private menuSidenav!: MatSidenav;
@ViewChild(MatSidenav, {static: true}) public menuSidenav!: MatSidenav;

public constructor(public readonly sidenavService: NaturalSidenavService) {}

Expand Down

0 comments on commit 3ce8882

Please sign in to comment.