Add the view to show the list of DZs
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
<p>
|
||||
list-of-dzs works!
|
||||
</p>
|
||||
|
||||
<table>
|
||||
<tr *ngFor="let dropZone of userObservable | async as listOfDropZones; index as i;">
|
||||
<td>{{ dropZone.Id }}</td>
|
||||
<td>{{ dropZone.Name }}</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user