Last active
June 1, 2018 07:43
-
-
Save wojtek1150/30772b54b48b514962f6858a4897a459 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
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