We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 406b932 commit ce91feeCopy full SHA for ce91fee
lib/ngx-drop/file-drop.component.ts
@@ -22,10 +22,10 @@ export class FileComponent {
22
@Output()
23
public onFileDrop: EventEmitter<UploadEvent> = new EventEmitter<UploadEvent>();
24
25
- private stack = [];
26
- private files: UploadFile[] = [];
27
- private subscription: Subscription;
28
- private dragoverflag: boolean = false;
+ stack = [];
+ files: UploadFile[] = [];
+ subscription: Subscription;
+ dragoverflag: boolean = false;
29
30
constructor(private zone: NgZone) {
31
window['angularComponentRef'] = {
0 commit comments