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
If we leverage normal Handlebars/HTMLBars we can do roughly the same as {{#with-service today, and avoid the cost of creating the component for each usage/invocation.
If we leverage normal Handlebars/HTMLBars we can do roughly the same as
{{#with-service
today, and avoid the cost of creating the component for each usage/invocation.For example, with the following helper:
You could do this in the template:
You could also do:
This is really really close to what your API is here already, and it provides more capabilities...
The text was updated successfully, but these errors were encountered: