This course does not reflect our current course standards or industry best practices.
Check out a free preview of the full Choosing a JavaScript Framework course:
The "Angular Filters" Lesson is part of the full, Choosing a JavaScript Framework course featured in this preview video. Here's what you'd learn in this lesson:
Filters in Angular take in an input and will return a manipulated version of that input. The input can be a string with the returned value being a modified version. The input could also be an array with the return value being a filtered or sorted version of the array.