[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

@@ -71,7 +71,6 @@ import { ExperimentalGuard } from './common/services/experimental-guard.service'
import { InfoDrawerComponent } from './components/info-drawer/info-drawer.component';
import { EditFolderDirective } from './directives/edit-folder.directive';
import { DownloadNodesDirective } from './directives/download-nodes.directive';
import { AppStoreModule } from './store/app-store.module';
import { PaginationDirective } from './directives/pagination.directive';
import { DocumentListDirective } from './directives/document-list.directive';
@@ -134,7 +133,6 @@ import { SearchResultsRowComponent } from './components/search/search-results-ro
InfoDrawerComponent,
SharedLinkViewComponent,
EditFolderDirective,
DownloadNodesDirective,
PaginationDirective,
DocumentListDirective,
ExperimentalDirective