I am using Angular 2+ with asp.net Web API. I have C# DataTable which is returning to Angular 2+. I am using Post method for it.
But When I return my large data (85K+). It is returning fine from asp.net web API. But, It is giving me an error of "System.OutOfMemoryException" in browser. And, I am not able to receive the in Angular 2+.
I need to know if I am missing something, If yes then what. And, I want all record and in one short.