angularjs - How to track the last Variable of *ngFor in the ngForTrackBy function of Angular 2 -


if use *ngfor="let item of items; let = index; let islast=last" value of islast in ui using {{islast}}. if use ngfortrackby: myfunction , function support index:number , obj : contains value of item.

so how 1 "last" variable stated in https://angular.io/docs/ts/latest/api/common/index/ngfor-directive.html in custom ngfortrackby function? possible?

is there way track *ngfor completed rendering, can limit number of row shown scroll-able window?


Comments

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -