UNPKG

ng-track-by

Version:

trackBy and trackById directives which provide TrackByFunction to ngForTrackBy

4 lines (3 loc) 214 B
import { NgForOf } from "@angular/common"; import { TrackByFunction } from "@angular/core"; export declare function changeTrackBy(ngForOf: NgForOf<any, any>, trackBy: TrackByFunction<any>, property: string): void;