Angular4 is a new concept for me as I work on my practice projects.
To access HTML elements and retrieve their values, I have been using
<HTMLInputElement> document.getElementById
or <HTMLSelectElement> document.getElementById
.
I'm curious if Angular offers any alternative methods for achieving this.