Skip to content

Instantly share code, notes, and snippets.

@skd1993
Created September 1, 2018 15:55
Show Gist options
  • Save skd1993/e4bf26ade14e32ce4e4cabb9c0fca3af to your computer and use it in GitHub Desktop.
Save skd1993/e4bf26ade14e32ce4e4cabb9c0fca3af to your computer and use it in GitHub Desktop.
app.component.html
<nav>
<div class="nav-wrapper">
<a href="#" class="brand-logo">Rent Keeper</a>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a href="sass.html">Sass</a></li>
<li><a href="badges.html">Components</a></li>
<li><a href="collapsible.html">JavaScript</a></li>
</ul>
</div>
</nav>
<div class="container">
<router-outlet></router-outlet>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment