Skip to content

Instantly share code, notes, and snippets.

@oleersoy
Last active September 15, 2019 17:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oleersoy/b71a0143d892b198e9130f585224446f to your computer and use it in GitHub Desktop.
Save oleersoy/b71a0143d892b198e9130f585224446f to your computer and use it in GitHub Desktop.
<mat-sidenav #sidenav>
<mat-nav-list>
<a mat-list-item (click)="sidenav.toggle()" *ngFor="let route of routes" [routerLink]="route.path"> {{route.label}}</a>
</mat-nav-list>
</mat-sidenav>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment