[ACA-1530] allow calling download action from extensions (#500)

* download action

* use download action everywhere
This commit is contained in:
Denys Vuika
2018-07-08 18:40:36 +01:00
committed by GitHub
parent f503880f72
commit 1c48198e79
11 changed files with 62 additions and 75 deletions

View File

@@ -41,7 +41,7 @@
color="primary"
mat-icon-button
title="{{ 'APP.ACTIONS.DOWNLOAD' | translate }}"
[adfNodeDownload]="selection.nodes">
(click)="downloadSelection()">
<mat-icon>get_app</mat-icon>
</button>