ngx-rich-for
v1.0.2
Published
Rich ngFor with sort and filter support
Downloads
9
Maintainers
Readme
RichFor
Rich ngFor with sort and filter support
example
<div>
<p *richFor="let element of array;
let i = index;
let ri = realindex;
let first = first;
let last = last;
let odd = odd;
let even = even;
sortFnc: sortFunction;
filterFnc: filterFunction;
trackBy: trackByFunction"
> {{element}} {{i}} {{ri}} </p>
</div>