Tengo un elemento como el siguiente:
<div *dxTemplate="let cell of 'valueTemplate'"> <div [ngstyle]="{color:(fmtValue(cell.value).startsWith('(')) ? 'green' : 'blue'}"> {{fmtValue(cell.value)}} </div> </div>preguntándome si hay valor. Puedo llamar a fmtValue (cell.value) solo una vez, no dos veces como arriba