Closed daniele-zurico closed 8 years ago
Can you do evt.detail?
there isn't a 'detail' property. If I try to do like suggested in the issue #46 I receive undefined
Shouldn't the $event
object be whatever was passed to the next()
call? As explained here? I can't find anything about a detail
key there.
Hi all I take a look on other issues that you have but I haven't found a reply to my question (the only one that seems very similar is #46 but seems that they use old implementation).
I've a component:
In my parent component I do:
The problem is that node is inside CustomEvent. So to access to my data I've to do something like:
Is something wrong? I expect that I can do
thanks a lot