New view of list
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<p>
|
||||
list-of-aircrafts works!
|
||||
</p>
|
||||
|
||||
<table>
|
||||
<tr *ngFor="let aircraft of this.listOfAircrafts; index as i;">
|
||||
<td>{{ aircraft.id }}</td>
|
||||
<td>{{ aircraft.name }}</td>
|
||||
</tr>
|
||||
</table>
|
||||
Reference in New Issue
Block a user