In client-side applications, we may need to filter out a set of data based on some unique values of the property passed to it. This type of data set can be a list of items with a parent-child relationship where they need to refine the child results based on parent id in it.
In Angular applications, we can do so by using Filter Pipes which can be easily used on a data object with custom login.