1
Answer

Angular, FormArray

Photo of Ankit Rai

Ankit Rai

2d
78
1

In Angular, I have a FormArray with around 21 form controls per row. When I try to load and display 20,000 records, the UI freezes and the API response takes a long time to load and render the data.

Answers (1)