bergben / ng2-file-input

Angular 2 component that implements a drag and drop or select file selection, including preview.
MIT License
25 stars 11 forks source link

add method in ng2FileInputService, on component init #28

Open HonzoBonzo opened 6 years ago

HonzoBonzo commented 6 years ago

Error when trying to add file through service in OnInit hook

ERROR TypeError: Cannot read property 'currentFiles' of undefined at eval (file-input-handler.service.js:33) at Array.forEach () at FileInputHandlerService.addFiles (file-input-handler.service.js:32) at Ng2FileInputService.add (ng2-file-input.service.js:14) ...