list

List filter. Use for converting arrays into a string

Parameters:
Name Type Description
list Array

Array of items

separator String

String to separate each element of the array (default ,)

Returns:

Formatted string

Type
String
Example
<span>{{['item1', 'item2', 'item3'] | list}}</span>