sathishcharykotha
sathishcharykotha
Can any one tried how to show the video preview .I need to show the preview of a video before it is uploaded.? thanks
for video preview, use like this, ``` ``` component: `videoPreviewPath = 'http://vjs.zencdn.net/v/oceans.mp4';`
@WeekendMan did you solve the problem, I am facing the same problem in 0.9.0 version in angular 4.4.6. any solution?
I have fixed with ` @ViewChild(ImageCropperComponent) cropper:ImageCropperComponent;`. now its working for me
I used this code https://github.com/web-dave/ngx-img-cropper/issues/51. it may useful to others.
I am also getting the same problem with tixif-ngx-busy
@FernandoManoelAlmeida thanks , its working.