Suppose we have a angular application which is using a data from api service using Http client. The data provide from the api is very large and we have to show all the data in the UI, but as the data is very large it leads to browser crash. How to handle this suitation.