mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
6 lines
187 B
HTML
6 lines
187 B
HTML
<mat-card *ngIf="processInstance" class="adf-card-container">
|
|
<mat-card-content>
|
|
<adf-card-view [properties]="properties"></adf-card-view>
|
|
</mat-card-content>
|
|
</mat-card>
|