So the following code is in Angular 4 and I can\'t figure out why it doesn\'t work the way as expected.
Here is a snippet of my handler:
onUpdatingSe
you can also create your own interface as well.
export interface UserEvent { target: HTMLInputElement; } ... onUpdatingServerName(event: UserEvent) { ..... }