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
As far as i could gather, there is no way to bind a callback directly to any component as none are defined in the respective *Props.
This especially makes elements like MatButton pretty useless - i had to wrap it in a div and listen to events in that div.
Am i misunderstanding something or is this actually a missing feature?
The text was updated successfully, but these errors were encountered:
Am I missing some information, or is that statement limited @hamza1311 ? Because there are for example oninput events available for MatTextField, so maybe it does not allow to use any existing event right now, but it should be possible to provide an onclick event.
As far as i could gather, there is no way to bind a callback directly to any component as none are defined in the respective
*Props
.This especially makes elements like
MatButton
pretty useless - i had to wrap it in a div and listen to events in that div.Am i misunderstanding something or is this actually a missing feature?
The text was updated successfully, but these errors were encountered: