CallPipe

Input values

Property

Description

variable: any

function: string | Function

...arguments: any[]

Example

{{ text | call: method }}
{{ text | call: 'method' }}
{{ text | call: method: 'additional': 'arguments' }}

See more

Last updated