Closed adamklingbaum closed 1 year ago
A new filter to sum the values of an array. Either an ordinary sum for an array of numeric values, or as the sum of property values for an array of objects.
{{ array | sum }}
or
{{ array | sum: {property} }}
{{ card_balances | sum }}
{{ articles | sum: 'comments_count' }}
A new filter to sum the values of an array. Either an ordinary sum for an array of numeric values, or as the sum of property values for an array of objects.
{{ array | sum }}
or
{{ array | sum: {property} }}
Example usage
or