for my example i took an image in the template:
<img class="cImg" (load)="onChange($event)" src="../../../assets/img/noob.jpg">
I would like to access to the element "path" from an even with angular I've read some other post about it, like: Angular - How do I parse the objects in inside event.path
or
but none of this on work for me.
Event structure:
There is the code with the error I get with someway I've tried to use to get access to an element of the element "path"
Error:
I tried also to get it by the target, base on what I've read, with no success
Thanks for your help


