Anderson Melo
Results
1
comments of
Anderson Melo
I had the same problem, I added the cropperOptions in ngOnInit() the my component. `ngOnInit() { this.defaultValues(); this.cropperOptions = { center: true, guides: true, viewMode: 1, aspectRatio: 3.1, scalable: true,...