Newer
Older
<div class="row">
<table class="table table-striped table-bordered">
<tr *ngFor="let attribute of getAttributesVisible()">
<th>{{ attribute.form_label }}</th>
<td>{{ object[attribute.label] }}</td>
</tr>
</table>
</div>