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
Copy file name to clipboardExpand all lines: docs/src/content/docs/challenges/angular/10-pipe-utility.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ By default a pipe is pure, you should be aware that setting `pure` to false is p
18
18
19
19
:::note
20
20
A **pure** pipe is only called when the value changes.\
21
-
A **impure** pipe is called for every change detection cycle no matter whether the value changes.
21
+
A **impure** pipe is called every change detection cycle.
22
22
:::
23
23
24
24
There are some useful predefined pipes like the DatePipe, UpperCasePipe and CurrencyPipe. To learn more about pipes in Angular, check the API documentation [here](https://angular.io/guide/pipes).
0 commit comments