Changed ul to table

This commit is contained in:
Fergal Moran
2017-09-28 16:55:46 +01:00
parent b044e5b637
commit 9b9170caa4

View File

@@ -10,6 +10,7 @@
<tr>
<td>Id</td>
<td>Title</td>
</tr>
</thead>
<tr *ngFor="let p of podcasts$ | async" (click)="onSelect(p)" style="cursor: pointer;">
<td>{{p.id}}</td>