cstefanache / angular2-img-cropper

Angular 2 Image Cropper
MIT License
364 stars 135 forks source link

Customizing Image cropper #170

Open mNalon opened 7 years ago

mNalon commented 7 years ago

In "Customizing Image cropper" section should we use

@ViewChild(ImageCropperComponent) cropper:ImageCropperComponent;

Instead of:

@ViewChild('cropper', undefined) cropper:ImageCropperComponent;

?

zbarbuto commented 7 years ago

You're right in that it's probably better in most cases, but it assumes you only have one cropper in your template. if your template has more than one cropper you have to name them as in the demo.