mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
9 lines
318 B
HTML
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>
|
|
|