cstefanache / angular2-img-cropper

Angular 2 Image Cropper
MIT License
364 stars 135 forks source link

How to upload with file uploaders #197

Open kolkov opened 7 years ago

kolkov commented 7 years ago

Hi! How to upload resized image with file uploader like this package: https://github.com/jkuri/ngx-uploader

Or is there a better solution?

vajnorcan commented 7 years ago

This is what I did:


- Where 'cropper' is decorated with the '@ViewChild'
`@ViewChild('cropper')
  public cropper: ImageCropperComponent;`
ZikZakJainy commented 6 years ago

it's shows an ERROR TypeError: Cannot read property 'setImage' of undefined, at scope.cropper.setImage(image)