mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
fix compilation errors with latest TS/TSLint (#1651)
latest TS/TSLint libs detect couple of problems related to private apis used earlier; changing to public in order to fix compilation
This commit is contained in:
committed by
Mario Romano
parent
c35f948546
commit
3375a63680
@@ -362,7 +362,7 @@ export class AnalyticsReportParametersComponent implements OnInit, OnChanges, On
|
||||
});
|
||||
}
|
||||
|
||||
private generateDownloadElement(downloadUrl: string, paramQuery: ReportQuery) {
|
||||
generateDownloadElement(downloadUrl: string, paramQuery: ReportQuery) {
|
||||
let downloadElement = window.document.createElement('a');
|
||||
downloadElement.setAttribute('id', 'export-download');
|
||||
downloadElement.setAttribute('href', downloadUrl);
|
||||
|
Reference in New Issue
Block a user