Jul 27, 2017 · 1 min read
I’d add using functions inside *ngFor. Makes tracking impossible and results and useless repaints. Things like:
<li *ngFor="let hero of getHeroes()"></li>I had to learn this lesson the hard way.
I’d add using functions inside *ngFor. Makes tracking impossible and results and useless repaints. Things like:
<li *ngFor="let hero of getHeroes()"></li>I had to learn this lesson the hard way.
Written by