mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
8 lines
335 B
HTML
8 lines
335 B
HTML
<div class="adf-property-list">
|
|
<ng-container *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>
|
|
</ng-container>
|
|
</div>
|