Angular - Performance Optimization
You wrote this
trackBy function but Angular is not updating the DOM efficiently. What is the error?
trackByFn(index, item) {
return index;
}
// items array is reordered but items have same content