#Export a function from within a .ts component
1 messages · Page 1 of 1 (latest)
Can you provide more details about the goals of this function? it'll help to answer.
Why is it defined in a component? Why do the other component need it?
it’s for a job so i can’t share the code. the function itself in the current component does some overhead setup and then redirects to the pop up. while i can do that setup in here it’s quiet a bit of redundant code so if it would be possible to just call the other components function would save a lot of time