Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Step 5.3: Add PartiesForm to App
  • Loading branch information
kamilkisiela authored and dotansimha committed Nov 27, 2016
1 parent fa1633b commit 945039d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/imports/app/app.component.html
@@ -1,4 +1,6 @@
<div>
<parties-form></parties-form>

<ul>
<li *ngFor="let party of parties | async">
{{party.name}}
Expand Down

0 comments on commit 945039d

Please sign in to comment.