I am working with Angular 5, In one of my webpage i am hitting DB to fetch records. but from this service call i am getting more than 1,00,000 of records. while showing it on the webpage taking a lot of time and leads to the bad user experience.
I want to show 10 records in the web page after the remaining records will merge with existing records.
Please help me how to do it. is any RxJs operator available.