Could something like the following be achievable:
{{property | some_variable_name}}
I am aiming to utilize a pipe
that is defined in a JSON
configuration (or variable), but I am uncertain if it is feasible to include the pipe
name within the interpolation in this manner.
Has anyone experimented with this approach previously?