Guest User

Untitled

a guest
Feb 19th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. downloadFile(): void {
  2. const downloadUrl = `${this._document.location.origin}${SharedService.manualProcessDownloadApi}/${this.selectedTaskId}/download?bulkDownload=false`;
  3. this._document.location.href = downloadUrl;
  4. }
Add Comment
Please, Sign In to add comment