<input (keyup)="inputChange($event)" />
<input [value]="inputValue" />
{{myValue}}
<input [(ngModel)]="myInputValue" />