Skip to content

Instantly share code, notes, and snippets.

@wojtek1150
Last active June 1, 2018 07:43
Show Gist options
  • Save wojtek1150/30772b54b48b514962f6858a4897a459 to your computer and use it in GitHub Desktop.
Save wojtek1150/30772b54b48b514962f6858a4897a459 to your computer and use it in GitHub Desktop.
this.users$ = this.store.select(fromStore.getAllUsers);
<ul>
<li *ngFor="let user of $users | async">...</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment