alfresco-ng2-components/docs/node-download.directive.md
Denys Vuika 63a146616b
[ADF-2161] download directive (#2934)
* node download directive

* integrate with demo shell

* docs on the directive

* node actions integration

* test fixes

* remove old and disable invalid tests

* remove fdescribe

* fix unit tests
2018-02-15 09:23:55 +00:00

381 B

Node Download directive

Allows folders and/or files to be downloaded. Multiple nodes are packed as a '.ZIP' archive.

Basic Usage

<adf-toolbar>
    <button mat-icon-button
            [adfNodeDownload]="documentList.selection">
            <mat-icon>get_app</mat-icon>
    </button>
</adf-toolbar>

<adf-document-list #documentList ...>
 ...
</adf-document-list>