Navigation Menu

Skip to content

Commit

Permalink
Step 4.4: Use AsyncPipe
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored and DAB0mB committed Dec 14, 2016
1 parent 8fd20bd commit 8df028c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/imports/app/app.component.html
@@ -1,6 +1,6 @@
<div>
<ul>
<li *ngFor="let party of parties">
<li *ngFor="let party of parties | async">
{{party.name}}
<p>{{party.description}}</p>
<p>{{party.location}}</p>
Expand Down

0 comments on commit 8df028c

Please sign in to comment.