# CallPipe

## Input values

| Property                         | Description |
| -------------------------------- | ----------- |
| **variable**: any                |             |
| **function**: string \| Function |             |
| **...arguments**: any\[]         |             |

## Example

```markup
{{ text | call: method }}
```

```markup
{{ text | call: 'method' }}
```

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

[See more](https://ngxf.gitbook.io/platform/features/call)
