// in html <input #input type="text"> // in .ts @ViewChild('input') input:ElementRef; //Output value console.log(this.input.nativeElement.value);