Replies: 1 comment 1 reply
-
I don't use Angular, but you can also bind to the dialog's |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good afternoon,
I'm struggling to implement functionality on the components in Angular. I suspect there's something elementary I'm missing.
The Dialog component might be a good example to demonstrate what I'm referring to. Specifically implementing the Open/Close click functionality. How do I go about translating the script in Angular?
For a moment I thought I could wire up the .show() method directly to the open button but Angular doesn't recognize .show() as a valid method.
My apologies if this description is confusing. I'll be happy to answer any clarifying questions.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions