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 May 31, 2025. It is now read-only.
Discussed in #22
Originally posted by lennerd November 14, 2021
Not sure if this is a bug or if I'm doing something wrong.
Seems like
listendoes not work well with directive. See the following example:https://codesandbox.io/s/angular-composition-api-bug-listener-directive-817m0
When the button is clicked their should be a console log
Button was clicked. But instead the callback is never called.