Code is not going to work any how #1014

Open
opened 2018-04-26 15:05:46 +00:00 by sameerrswt · 0 comments
sameerrswt commented 2018-04-26 15:05:46 +00:00 (Migrated from github.com)

Line Number 361. you are using "for-of" loop on an object, instead you should use "for-in" loop as it is made to iterate over object.

I have faced this issue while using your tool.

Thanks

Line Number 361. you are using "for-of" loop on an object, instead you should use "for-in" loop as it is made to iterate over object. I have faced this issue while using your tool. Thanks
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dc/ng2-file-upload#1014