I am using ng2-imageupload to achieve browser image upload in Ionic2 after updating to Ionic3 after selecting an image the (imageSelected)="selected($event, 0, 1)"
does not trigger the upload function. Also resizeOptions
cannot be assigned to input component.
<input type="file" id="file" image-upload (imageSelected)="selected($event, 0, 1)">