Skip to content

Commit

Permalink
Completed module
Browse files Browse the repository at this point in the history
  • Loading branch information
armstrong99 committed Oct 29, 2019
1 parent 9436e22 commit 15331f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/product-list/product-list.component.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<ul>
<li *ngFor="{let product of products}">{{product.albumName}}</li>
</ul>
</ul>

0 comments on commit 15331f8

Please sign in to comment.