Hi, everyone i want to do onchange function but in typescript same next sample:
$( “#id” ).change(function() {
alert( “Handler for .change() called.” );
});
no (onchange)=“function()” in input.
actually i’m get input value : let myinput = this.elementRef.nativeElement.querySelectorAll(’#a’)[0].value;
it’s possible? regards,