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
Hello {{ text }}
with functions
Hello {{ customFunction(text) }}
The wraping brackets could be configurable
The interpolation is possible, but with signals and direct binding to a text node (so it replaces only that text node that use the signal), it could be slow to find all ocurences within the element and bind it with correct signal and watchers.
The text was updated successfully, but these errors were encountered:
Insteaf of
it would be possible to use
The wraping brackets could be configurable
The interpolation is possible, but with signals and direct binding to a text node (so it replaces only that text node that use the signal), it could be slow to find all ocurences within the element and bind it with correct signal and watchers.
The text was updated successfully, but these errors were encountered: