You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Angular provides a way of filtering data: pipes. A pipe takes in data as input and transforms it to a desired output. Angular provides few built-in pipes which can be used out of the box. You can also create custom pipes when needed.