angular-cropperjs
angular-cropperjs copied to clipboard
CropperJS integration for Angular +6
Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 6.1.2 to 11.0.5. Changelog Sourced from @angular/core's changelog. 11.0.5 (2020-12-16) Bug Fixes compiler: handle strings inside bindings that contain binding characters (#39826) (f5aab2b), closes #39601 core: fix...
Make it possible to use this module in angular versions higher than 6
I used this component in ionic3. Another colleague's computer packed apk, no problem. The apk packaged on both of my computers is running with errors。 html file: ``` ``` and...
Bumps [karma](https://github.com/karma-runner/karma) from 1.7.1 to 6.3.16. Release notes Sourced from karma's releases. v6.3.16 6.3.16 (2022-02-10) Bug Fixes security: mitigate the "Open Redirect Vulnerability" (ff7edbb) v6.3.15 6.3.15 (2022-02-05) Bug Fixes helper:...
While using this plugin showing below error in my angular 10 project. ERROR in The target entry-point "angular-cropperjs" has missing dependencies: - @angular/core - cropperjs - @angular/common Using lastets config...
Bumps [ng-packagr](https://github.com/ng-packagr/ng-packagr) from 3.0.6 to 10.1.1. Release notes Sourced from ng-packagr's releases. v10.0.0-rc.2 Bug Fixes issues with emitting declarationMap (38ad52b), closes #1464 10.0.0-rc.1 (2020-06-10) v10.0.0-rc.1 Bug Fixes disable CSS calc...
why canvas.toBlob() is unfriend for edge browser ,kindly share a possible solution for edge browser
add ng ondestroy hook and destroy cropperjs if exists fix for #47
First time i put an image in this cropper everything works fine.After the 2nd time I put an image in the same cropper he is creating a new instance of...
I just want an event in cropper tag, that if some one move the image the preview image tag refresh and shows the cropped image part. How to do that?