Skip to content

Instantly share code, notes, and snippets.

@BetterProgramming
Created August 26, 2019 13:44
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 BetterProgramming/dc735ad18f1d2359c27866afa3156f79 to your computer and use it in GitHub Desktop.
Save BetterProgramming/dc735ad18f1d2359c27866afa3156f79 to your computer and use it in GitHub Desktop.
<mat-sidenav-container class="example-container">
<mat-sidenav mode="side" [opened]='menuOpen'>
<ul>
<li>
<b>
Template Driven Address Book
</b>
</li>
<li>
<a routerLink='/'>Home</a>
</li>
<li>
<a routerLink='/contact'>Add Contact</a>
</li>
</ul>
</mat-sidenav>
<mat-sidenav-content>
<app-top-bar></app-top-bar>
<div id='content'>
<router-outlet></router-outlet>
</div>
</mat-sidenav-content>
</mat-sidenav-container>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment