Skip to content

Instantly share code, notes, and snippets.

@NetanelBasal
Last active October 20, 2016 15:12
Show Gist options
  • Save NetanelBasal/4ef4c720463602b3fda083e02f1c1578 to your computer and use it in GitHub Desktop.
Save NetanelBasal/4ef4c720463602b3fda083e02f1c1578 to your computer and use it in GitHub Desktop.
a
<monster-details *showIfLoggedIn="true"></monster-details>
<nav>
<ul>
<li *showIfLoggedIn="false">Sign in</li>
<li *showIfLoggedIn="false">Sign up</li>
<li *showIfLoggedIn="true">Log out</li>
</ul>
</nav>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment