is it advisable to use the same template ref value in dynamically loaded component? #7798
gitamgadtaula
started this conversation in
General Discussions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is my implementation of tab component where different component are loaded on different scenarios. All the child components have a same validate method exposed which are meant to be called from parent component. Is it okay to use same ref for different child components that are loaded dynamically from a computed value?
My goal is to call
stepForm.value.validate()
of the current component that is loaded.Beta Was this translation helpful? Give feedback.
All reactions