The Wayback Machine - https://web.archive.org/web/20240920155652/https://angular.dev/api/core/TrackByFunction/
@angular/core

TrackByFunction

interface

A function optionally passed into the NgForOf directive to customize how NgForOf uniquely identifies items in an iterable.

  
    interface TrackByFunction<T> {  (index: number, item: T & U): any;}
  
  
Jump to details
HTTPS · web.archive.org
← Home