feat(download): add file size calculation for DownloadService

This allows the browser to show file size and a time estimate for downloading files.
Does not work for ZipOutputStreams though since dir size doesn't match the zip file size.
Also added no-cache headers so browser won't start caching downloads.
This commit is contained in:
shawly
2022-10-18 22:05:16 +02:00
parent 6ee1117f3d
commit cb7c8c8e00
4 changed files with 40 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "1.2.3-SNAPSHOT",
"version": "1.2.4-SNAPSHOT",
"scripts": {
"ng": "ng",
"start": "ng serve",