I know when I use the keyup event it means new http request. Is theres a way that it only request once? because I am thinking If I type my name "edizon" the http request will be :
e
ed
edi
ediz
edizo
edzion
<input type="text" (keyup)="func()">
can I optimize it and request once only? I am curious about speed.