Skip to content

Commit 77a5e90

Browse files
committed
eeDefine issue solved
1 parent 57e9f32 commit 77a5e90

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

projects/angular-file-uploader/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "angular-file-uploader",
3-
"version": "6.2.7",
3+
"version": "6.2.9",
44
"license": "MIT",
55
"peerDependencies": {
66
"@angular/common": "^9.1.1",
77
"@angular/core": "^9.1.1",
88
"tslib": "^1.10.0"
99
},
10-
"description": "Angular file uploader is an Angular 2/4/5/6/7/8/9 file uploader module with Real-Time Progress Bar, Responsive design, Angular Universal Compatibility and multiple themes which includes Drag and Drop and much more.",
10+
"description": "Angular file uploader is an Angular 2/4/5/6/7/8/9 + file uploader module with Real-Time Progress Bar, Responsive design, Angular Universal Compatibility and multiple themes which includes Drag and Drop and much more.",
1111
"deprecated": false,
1212
"readme": "README.md",
1313
"keywords": [

projects/lib-demo/src/app/app.component.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@ export class AppComponent {
1717
multiple: true,
1818
uploadAPI: {
1919
url: 'https://slack.com/api/files.upload',
20-
headers: {
21-
'Content-Type': 'multipart/form-data',
22-
'Authorization': 'Bearer justatesttoken'
23-
},
24-
params: {
25-
'page': '1'
26-
},
2720
}
2821
};
2922

0 commit comments

Comments
 (0)