In Angular / TypeScript can I toggle the Loading prop on a button #395
Unanswered
fredmorinmibu
asked this question in
Help
Replies: 2 comments 1 reply
-
I figured out a way, but i cant believe its the good way to do it. I created a view child on the parent div of the sl-button |
Beta Was this translation helpful? Give feedback.
0 replies
-
I’m not sure of the Angular syntax, but binding a boolean to the |
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
-
I have this button
If I add loading
I get the busy spinner.
How can i see this prop dynamically, it's not a class prop, it's just a prop.
Beta Was this translation helpful? Give feedback.
All reactions