I have a JSON file with more than 200000 records in it.
I'm using Angular CLI for accessing JSON data with the help of json-server API for accessing it locally.
Im using Angular http request to access JSON, it is getting displayed into browser but not into angular table component.
I checked if ill be able to access it with less number of records then it got displayed, with upto 1000 records i have checked but max i don't know how much it access.
so i just want any solution for accessing large JSON data into angular view efficiently.
please suggest any solution or alternative for the same.