This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
$animate leave event is not bubbling when fired by ngIf #13054
I am looking to implement behavior in a parent whenever a child element is removed from the dom by
ngIf. I have done this by placing an event handler on the parent listening forleavehowever the event doesn't seem to be bubbling.This plunker demonstrates my problem. As I understand it, and according to the docs,
enterandleaveshould both bubble although onlyenteris correctly doing so.Thank you.