11 lines
152 B
HTML
11 lines
152 B
HTML
<p>
|
|
list-of-jumps works!
|
|
</p>
|
|
|
|
|
|
<table>
|
|
<tr *ngFor="let jump of this.listOfJumps | async; index as i;">
|
|
<td>{{ jump.id }}</td>
|
|
</tr>
|
|
</table>
|