mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
6 lines
219 B
HTML
6 lines
219 B
HTML
<mat-card appearance="outlined" *ngIf="processInstanceDetails" class="adf-process-header-cloud-card">
|
|
<mat-card-content>
|
|
<adf-card-view [properties]="properties"></adf-card-view>
|
|
</mat-card-content>
|
|
</mat-card>
|