Skip to content

Commit 5129817

Browse files
committed
fix: add file upload progress UI
1 parent 7986eb2 commit 5129817

File tree

8 files changed

+1098
-226
lines changed

8 files changed

+1098
-226
lines changed

package-lock.json

Lines changed: 1098 additions & 148 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@
3737
"@angular/common": "^20.3.0",
3838
"@angular/compiler": "^20.3.0",
3939
"@angular/core": "^20.3.0",
40-
"@angular/cdk": "^20.2.3",
41-
"@angular/forms": "^20.3.0",
42-
"@angular/material": "^20.2.3",
4340
"@angular/platform-browser": "^20.3.0",
4441
"@angular/platform-browser-dynamic": "^20.3.0",
4542
"@angular/router": "^20.3.0",

projects/ngx-file-upload/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
"@angular/common": "^20.3.0",
1111
"@angular/compiler": "^20.3.0",
1212
"@angular/core": "^20.3.0",
13-
"@angular/cdk": "^20.2.3",
14-
"@angular/forms": "^20.3.0",
15-
"@angular/material": "^20.2.3",
1613
"@angular/platform-browser": "^20.3.0",
1714
"@angular/platform-browser-dynamic": "^20.3.0",
1815
"@angular/router": "^20.3.0"

projects/ngx-file-upload/src/lib/file-uploads-progress/file-uploads-progress.component.css

Whitespace-only changes.

projects/ngx-file-upload/src/lib/file-uploads-progress/file-uploads-progress.component.html

Lines changed: 0 additions & 31 deletions
This file was deleted.

projects/ngx-file-upload/src/lib/file-uploads-progress/file-uploads-progress.component.spec.ts

Lines changed: 0 additions & 23 deletions
This file was deleted.

projects/ngx-file-upload/src/lib/file-uploads-progress/file-uploads-progress.component.ts

Lines changed: 0 additions & 17 deletions
This file was deleted.

projects/ngx-file-upload/src/public-api.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
* Public API Surface of ngx-file-upload
33
*/
44

5-
export * from './lib/file-uploads-progress/file-uploads-progress.component';
65
export * from './lib/file-upload/file-upload-response.interface';
76
export * from './lib/file-upload/file-upload-timeout.error';
87
export * from './lib/file-upload/file-upload.service';

0 commit comments

Comments
 (0)