rule-node-config.functions-field-input
@if (mathFunctionForm.get('operation').value) {
}
@for (option of filteredOptions | async; track option) {
{{ option.description }}
}
@if (!(filteredOptions | async)?.length) {
rule-node-config.no-option-found
}