in the below posted html code, i have an tag and i want to know how can i bind on the occurence of the event that indicates that the input text tag is fired. in other words.i want to fire or emit an event on the input tag is filled with data, something like binding on (click) event in buttons please let me know how to do that
code:
<span class="classOriginLat">
<label for="originLatLabel">origin Latitude:</label>
<input type="text" class="classInputOriginLat"id="originLatTextId" name="originLatText" required [(ngModel)]=IMeasurementCoordinates.originLat>
</span>