FileUploader is not exported by node_modules #975
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
Is there any other solution?