Open dosama opened 7 years ago
It works just fine in angular5 from what I've seen
I'm getting an issue with AOT serve on ng5
ERROR in Error: Cannot determine the module for class FileDropDirective in /home/.../Code/.../node_modules/ng2-file-upload/file-upload/file-drop.directive.d.ts!
Add FileDropDirective to the NgModule to fix it.
Cannot determine the module for class FileSelectDirective in /home/.../Code/.../node_modules/ng2-file-upload/file-upload/file-select.directive.d.ts! Add FileSelectDirective to the NgModule to fix
you have to import in the module that is using the fileuploader the import {FileSelectDirective} from 'ng2-file-upload'; import {FileDropDirective } from 'ng2-file-upload';
have a look at this https://stackoverflow.com/questions/45303404/angular-2-cant-bind-to-uploader-since-it-isnt-a-known-property-of-input?noredirect=1#comment77574329_45303404
In my case I updated NPM and it all worked fine
Please write it in the description resp. README.md
Yes, i tried it with Angular5 its working fine
It works fine on Angular v5.2.3
Is ng2-file-upload is supported in Angular 5 ??