Posts by weder.fabricio • 1 point
1 post
-
0
votes1
answer45
viewsQ: ngFor generating many calls
I have an array that contains 40 positions. By making an ngFor using this array, I create a series of components within this *ngFor. The problem is, it’s killing the performance. Debugging, and…