Nasir
Nasir

Reputation: 431

ng2-fancy-image-uploader not working in angular 8

i have upgrade my project to angular 8 from angular 5 everything is working fine but ng2-fancy-image-uploader not working when open any page having <fancy-image-uploader [options]="thumbnailOptions" (onUpload)="onUpload($event)"></fancy-image-uploader> it give me error like enter image description here

thanks in advance.

Upvotes: 0

Views: 126

Answers (1)

Adrian Brand
Adrian Brand

Reputation: 21638

There is a new version called ngx-image-uploader for Angular 6+

https://github.com/ogix/ngx-image-uploader

Upvotes: 1

Related Questions