Change Detection With Pipes
Learn how to detect changes using pipes in Angular.
We'll cover the following
In this lesson, we will learn how we can detect changes using pipes. The @Pipe
decorator contains another significant property that we can set, which is directly related to the way that pipes react in the change detection mechanism of the Angular framework.
There are two categories of pipes: pure and impure. All pipes are considered pure by default, unless we set them to false
explicitly using the pure
property in the @Pipe
decorator:
Get hands-on with 1200+ tech skills courses.