ProgressNS / nativescript-ui-feedback

This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Other
115 stars 21 forks source link

[RadListView - angular] Please provide let-first="first" & let-last="last" #1356

Open jscti opened 4 years ago

jscti commented 4 years ago

Tell us about the problem

Angular provides basic informations in *ngFor that are missing in RadListView :

Which platform(s) does your issue occur on?

Both

Code :

<lv:RadListView [items]="items">
        <ng-template tkListItemTemplate let-item="item" let-index="index">
            <!-- template content -->
        </ng-template>
</lv:RadListView>
whatwhywhenandwho commented 4 years ago

@NickIliev Hi 👋 What's the status of this?