Changement pour appeler l'API C# par Angular
+ récupération des datas et leur affichage
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
<p>
|
||||
list-of-jumps works!
|
||||
</p>
|
||||
|
||||
|
||||
<table>
|
||||
<tr *ngFor="let jump of this.listOfJumps | async; index as i;">
|
||||
<td>{{ jump.id }}</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user