When numbers are entered in the price(Fiyat) fields in the picture, I want the place that says 0 TL to change. The place that says 0 TL should be the sum of the numbers step by step. How can i do that?
<td><input (keypress)="keyPressNumbersWithDecimal($event)" type="text" id="price_{{i}}" name="price"/></td>
<td colspan="3" style="color: #f87575; text-align: right; ">{{totalPrice}} TL</td>
Note : number of inputs is dynamic