Skip to content

Instantly share code, notes, and snippets.

@dasmido
Created January 20, 2018 22:19
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 dasmido/d03a5cb2c719a133e090312bb5d4e4e5 to your computer and use it in GitHub Desktop.
Save dasmido/d03a5cb2c719a133e090312bb5d4e4e5 to your computer and use it in GitHub Desktop.
<div *ngIf="user">
<h2 class="page-header">{{user.name}}</h2>
<ul class="list-group">
<li class="list-group-item">Username: {{user.username}}</li>
<li class="list-group-item">Email: {{user.email}}</li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment