Enlcxx / angular2-resizing-cropping-image

Resize, rotate and crop images(cropper) for Angular 8
https://alyle.io/components/image-cropper
32 stars 6 forks source link

Uncaught ReferenceError: __decorate is not defined #4

Closed ayya1987 closed 7 years ago

ayya1987 commented 7 years ago

i am getting follwing issue when i am trying to use this module, please help me to resolve this..

resizing-cropping-images.js:232 Uncaught ReferenceError: decorate is not defined at Object. (resizing-cropping-images.js:232) at webpack_require (bootstrap f71b306…:52) at Object. (index.js:5) at webpack_require (bootstrap f71b306…:52) at Object.146 (main.ts:11) at webpack_require (bootstrap f71b306…:52) at Object.138 (src async:7) at webpack_require (bootstrap f71b306…:52) at Object.298 (main.bundle.js:199) at webpack_require__ (bootstrap f71b306…:52) at webpackJsonpCallback (bootstrap f71b306…:23) at main.bundle.js:1

Frly commented 7 years ago

Update the latest version

npm i angular2-resizing-cropping-image@1.0.0-final.0 --save

ayya1987 commented 7 years ago

It is working fine after updated latest version, Thanks