mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
remove the content that is not covered by e2e testing, preparation steps for the demo shell decommissioning
11 lines
318 B
HTML
11 lines
318 B
HTML
<header mat-dialog-title>Metadata</header>
|
|
<section mat-dialog-content>
|
|
<adf-content-metadata-card
|
|
[node]="contentEntry"
|
|
[displayEmpty]="displayEmptyMetadata">
|
|
</adf-content-metadata-card>
|
|
</section>
|
|
<footer mat-dialog-actions>
|
|
<button mat-button (click)="close()">Close</button>
|
|
</footer>
|