Angular 5 Support #935
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?
Is ng2-file-upload is supported in Angular 5 ??
It works just fine in angular5 from what I've seen
I'm getting an issue with AOT serve on ng5
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