Issue
How to call angular function when click p-dialog close(X) button?
I have searched and just tried this
(onHide)="cancel()"
. But it's not working. Kindly share your solutions.
I know we can use a close/cancel
button to hide the popup. But in my scenario I want to call an event when clicking the (X) button click.
Solution
Actually (onHide)="cancel()"
works fine according to this Plunkr.
Answered By - hiper2d
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.