How can I know which tab is selected in hlm-tabs
#255
Unanswered
i-am-the-slime
asked this question in
Q&A
Replies: 1 comment
-
Looks like this works:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm coming from react, so I still have trouble with a lot of Angular.
My problem is that I need to conditionally render tab content only when it's actually visible because I use some image cropper component that requires the image to be rendered in order to deal with the pixels (I think).
I tried exposing [tabActivated] from the brain, but to no avail. Is there an easy way to do this?
In React terms, I'd like a "controlled" version of
hlm-tabs
.Beta Was this translation helpful? Give feedback.
All reactions