I have used below code for total :
<span>
{{ ((item.USWIPQtyValue * 1)) + (item.UKWIPQtyValue * 1)}} </span>
Here I can't convert string to int. So in begining time NaN is displayed in span tag. So how to apply parseInt function at html side.
Iin ` I have no value`?