Skip to content

Instantly share code, notes, and snippets.

@lacolaco
Created November 3, 2017 00:09
Show Gist options
  • Save lacolaco/98c70d159eaf4612b983a10131f04caf to your computer and use it in GitHub Desktop.
Save lacolaco/98c70d159eaf4612b983a10131f04caf to your computer and use it in GitHub Desktop.
<div *ngFor="let user of (users$ | async) as users; index as i">
<span>{{ i + 1 }} / users.length</span>
<span>{{ user.name }}</span>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment