I need to get my [options]
array filled dynamically, once the user has finished typing i need to make an API call and get my list of options.
In order to avoid multiple API calls, I would like to use something like rxjs debounceTime(1000);
Is there any way to use debounceTime? Or are there any other recommended options to use?