mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-02 17:35:08 +00:00
* move download-zip to its own folder * json dialog * update docs * update test * disable e2e test * json widget for the Form * remove deprecated test * fix tests, update display text name
10 lines
409 B
HTML
Executable File
10 lines
409 B
HTML
Executable File
<h1 matDialogTitle>{{ 'CORE.DIALOG.DOWNLOAD_ZIP.TITLE' | translate }}</h1>
|
|
<div mat-dialog-content>
|
|
<mat-progress-bar color="primary" mode="indeterminate"></mat-progress-bar>
|
|
</div>
|
|
<mat-dialog-actions align="end">
|
|
<button mat-button color="primary" id="cancel-button" (click)="cancelDownload()">
|
|
{{ 'CORE.DIALOG.DOWNLOAD_ZIP.ACTIONS.CANCEL' | translate }}
|
|
</button>
|
|
</mat-dialog-actions>
|