Changement pour appeler l'API C# par Angular
+ récupération des datas et leur affichage
This commit is contained in:
@@ -3,9 +3,8 @@
|
||||
</p>
|
||||
|
||||
<table>
|
||||
<tr *ngFor="let dropZone of userObservable | async as listOfDropZones; index as i;">
|
||||
<td>{{ dropZone.Id }}</td>
|
||||
<td>{{ dropZone.Name }}</td>
|
||||
<tr *ngFor="let dropZone of this.listOfDropZones; index as i;">
|
||||
<td>{{ dropZone.id }}</td>
|
||||
<td>{{ dropZone.name }}</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user