1.0.2 • Published 2 years ago

ngx-rich-for v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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>
1.0.2

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.1

3 years ago

0.0.3

3 years ago