mirror of
https://github.com/fergalmoran/ngrx-demo.git
synced 2025-12-27 12:09:57 +00:00
Changed ul to table
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Id</td>
|
<td>Id</td>
|
||||||
<td>Title</td>
|
<td>Title</td>
|
||||||
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tr *ngFor="let p of podcasts$ | async" (click)="onSelect(p)" style="cursor: pointer;">
|
<tr *ngFor="let p of podcasts$ | async" (click)="onSelect(p)" style="cursor: pointer;">
|
||||||
<td>{{p.id}}</td>
|
<td>{{p.id}}</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user