Tabela angular
esse código esta correto?
<table class="table table-hover">
<thead>
<tr>
 <td>Nome Unidade</td>
  <td>Prekio UnitAirio</td>
  <td colspan="2">AACJApes</td>
 </tr>
 </thead>
 <tbody>
<tr *ngFor="let un of uns">
  <td>{{ un.nome }}</td>
   <td>{{ un.precoA }}</td>
</tr>
 </tbody>
</table>
<table class="table table-hover">
<thead>
<tr>
 <td>Nome Unidade</td>
  <td>Prekio UnitAirio</td>
  <td colspan="2">AACJApes</td>
 </tr>
 </thead>
 <tbody>
<tr *ngFor="let un of uns">
  <td>{{ un.nome }}</td>
   <td>{{ un.precoA }}</td>
</tr>
 </tbody>
</table>
Unknow
Curtidas 0