373 Views
So, let's write some code and try to demonstrate how to use a couple of custom pipes: Filter pipe; takes an array as input and returns a subset of that array based on the term enter in a search input. Sort\orderBy pipe; takes an array as input and returns a sorted subset of that array.
0 comments