mirror of
https://github.com/fergalmoran/ngrx-demo.git
synced 2025-12-22 01:29:54 +00:00
Changed ul to table
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user