FileUploader is not exported by node_modules #975

Open
opened 2018-02-08 14:04:51 +00:00 by Tejani · 0 comments
Tejani commented 2018-02-08 14:04:51 +00:00 (Migrated from github.com)

I'm getting below issue

Error: 'FileUploader' is not exported by node_modules\ng2-file-upload\index.js

I have tried manually to add below code in index.d.ts and it's work perfect but I think this is not right solution.

export { FileUploader  } from './file-upload/file-uploader.class';

Is there any other solution?

I'm getting below issue **Error: 'FileUploader' is not exported by node_modules\ng2-file-upload\index.js** I have tried manually to add below code in index.d.ts and it's work perfect but I think this is not right solution. ``` export { FileUploader } from './file-upload/file-uploader.class'; ``` Is there any other solution?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dc/ng2-file-upload#975