Skip to content

Instantly share code, notes, and snippets.

@lacolaco
Created November 3, 2017 00:07
Show Gist options
  • Save lacolaco/e5b4467cb1e6e6f24639d2f79f6f0911 to your computer and use it in GitHub Desktop.
Save lacolaco/e5b4467cb1e6e6f24639d2f79f6f0911 to your computer and use it in GitHub Desktop.
<div *ngIf="user$ | async as user">
<p>{{ user.name }}</p>
<p>{{ user.age }}</p>
<img [src]="user.icon">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment