Make TrackBy Easy to Use!
If you are an Angular user, you must have heard about the trackBy function inside an *NgFor loop. If you have never heard of it, it’s not too late to learn about it. The trackBy function lets Angular know how to identify items in an Array to refresh the DOM correctly when you update that array. …