Created
November 3, 2017 00:07
-
-
Save lacolaco/e5b4467cb1e6e6f24639d2f79f6f0911 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<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