AhamedBilal / ngx-photo-editor

Angular Photo Editor
https://ahamedbilal.github.io/ngx-photo-editor/
MIT License
25 stars 26 forks source link

imageChanedEvent NOT FOUND #20

Closed sree6143 closed 2 years ago

sree6143 commented 2 years ago

Error: Can't bind to 'imageChanedEvent' since it isn't a known property of 'ngx-photo-editor'.

  1. If 'ngx-photo-editor' is an Angular component and it has 'imageChanedEvent' input, then verify that it is part of this module.s module. nt to suppress this message.
  2. If 'ngx-photo-editor' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
  3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component. (" $event)" ][imageChanedEvent]="imageChangedEvent" (imageCropped)="imageCropped($event)" [aspectRatio]="4/3" ")
AhamedBilal commented 2 years ago

imageChangedEvent

AhamedBilal commented 2 years ago

ill fix the documentation

Watchwolf commented 2 years ago

I got the problem too, fix the doc please :)

Thank you for your work.

AhamedBilal commented 2 years ago

fixed