I want to implement predictive search using angular. Suppose, there are data of tens of thousands of employees then it's not feasible to preload all the data and use filter to on it.
How can I perform the same task? I want my search box dropdown <div>
to show results just like its shown in Google Search.