mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* [ADF-3609 ] fallback for metadata and undefined value check * fix lint issues * make name new property optional
9 lines
435 B
HTML
9 lines
435 B
HTML
<header mat-dialog-title>{{'METADATA.DIALOG.TITLE' | translate}}</header>
|
|
<section mat-dialog-content>
|
|
<adf-content-metadata-card [node]="contentEntry"
|
|
[displayEmpty]="displayEmptyMetadata"></adf-content-metadata-card>
|
|
</section>
|
|
<footer mat-dialog-actions fxLayout="row" fxLayoutAlign="end center">
|
|
<button mat-button (click)="close()">{{'METADATA.DIALOG.CLOSE' | translate}}</button>
|
|
</footer>
|