You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppose I have the attribute containing a list of strings list_of_strings in the component component1 and I would like to pass it to the next component in the pipe component2 by referring #component1.list_of_strings. If the list contains a string beginning with the symbol # the parser will treat this string as a component.
The text was updated successfully, but these errors were encountered:
Suppose I have the attribute containing a list of strings
list_of_strings
in the componentcomponent1
and I would like to pass it to the next component in the pipecomponent2
by referring#component1.list_of_strings
. If the list contains a string beginning with the symbol#
the parser will treat this string as a component.The text was updated successfully, but these errors were encountered: