I'm working with angular4 in my practice work, and this is new for me.
In order to get HTML elements and their values, I used <HTMLInputElement> document.getElementById
or <HTMLSelectElement> document.getElementById
.
I'm wondering if there is any replacement for this in angular.