diff --git a/packages/core/src/change_detection/differs/iterable_differs.ts b/packages/core/src/change_detection/differs/iterable_differs.ts index 8166bc4746..6e9f90c06f 100644 --- a/packages/core/src/change_detection/differs/iterable_differs.ts +++ b/packages/core/src/change_detection/differs/iterable_differs.ts @@ -119,10 +119,8 @@ export interface CollectionChangeRecord extends IterableChangeRecord {} /** * An optional function passed into the `NgForOf` directive that defines how to track * changes for items in an iterable. + * The function takes the iteration index and item ID. * When supplied, Angular tracks changes by the return value of the function. - * @param index The iteration index. - * @param item The item ID. - * @return The value to use for tracking changes. * * @publicApi */