plus Filter

Adds a number to another.

Parameters

Parameter Required Description
addend Yes number Number to add.

Category

Math Filters

Description

Adds a number to another returns the sum.

{{ 5 | plus: 4 }}

Output

9