Last active
March 26, 2017 23:50
-
-
Save YagoLopez/fd5c11eb71b4b3b03a36ba31fac0aaa5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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