When destroy component, cropperjs is not destroed, and we can get some performance issues after render cropper component again. We can check it with chrome performance monitor.
Be carefull when you put base64 image to angular change detection dom. It overload CPU each angular tick.
When destroy component, cropperjs is not destroed, and we can get some performance issues after render cropper component again. We can check it with chrome performance monitor. Be carefull when you put base64 image to angular change detection dom. It overload CPU each angular tick.