You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
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 for leave however the event doesn't seem to be bubbling.
This plunker demonstrates my problem. As I understand it, and according to the docs, enter and leave should both bubble although only enter is correctly doing so.