Skip to content

Instantly share code, notes, and snippets.

@chetkhatri
Created August 22, 2017 21:56
Show Gist options
  • Select an option

  • Save chetkhatri/636f584c0ad35ae8eee2281c791d2696 to your computer and use it in GitHub Desktop.

Select an option

Save chetkhatri/636f584c0ad35ae8eee2281c791d2696 to your computer and use it in GitHub Desktop.
<div>
<ul>
<li *ngFor="let user of users | async">{{user.name}}</li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment