alfresco-ng2-components/lib/core/card-view/card-view.component.html
2017-11-23 01:23:04 +00:00

9 lines
318 B
HTML

<div class="adf-property-list">
<div *ngFor="let property of properties">
<div [attr.data-automation-id]="'header-'+property.key" class="adf-property">
<adf-card-view-item-dispatcher [property]="property" [editable]="editable"></adf-card-view-item-dispatcher>
</div>
</div>
</div>