Skip to content

Instantly share code, notes, and snippets.

@YagoLopez
Last active March 26, 2017 23:50
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 YagoLopez/fd5c11eb71b4b3b03a36ba31fac0aaa5 to your computer and use it in GitHub Desktop.
Save YagoLopez/fd5c11eb71b4b3b03a36ba31fac0aaa5 to your computer and use it in GitHub Desktop.
<ml-layout>
<ml-header>
<ml-header-row>
<ml-title>Title</ml-title>
</ml-header-row>
</ml-header>
<ml-drawer>
<ml-nav>
<a nav-item routerLink="route1">Route 1</a>
<a nav-item routerLink="route2">Route 2</a>
<a nav-item routerLink="route3">Route 3</a>
</ml-nav>
</ml-drawer>
<ml-content>
This is the main content. Here could be <router-outlet></router-outlet>
</ml-content>
</ml-layout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment