8000 docs: fix incomplete sentence (#61391) · angular/angular@378606e · GitHub
[go: up one dir, main page]

Skip to content

Commit 378606e

Browse files
vladboisathePunderWoman
authored andcommitted
docs: fix incomplete sentence (#61391)
Fix insufficient sentence. Fixes #61350 PR Close #61391
1 parent 25f1c42 commit 378606e

File tree

1 file changed

+1
-1
lines changed
  • adev/src/content/guide/templates

1 file changed

+1
-1
lines changed

adev/src/content/guide/templates/pipes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Always use parentheses in your expressions when operator precedence may be ambig
161161

162162
### Change detection with pipes
163163

164-
By default, all pipes are considered `pure`, which means that it only executes when a primitive input value (such as a `String`, `Number`, `Boolean`, or `Symbol`) or a changed object reference (such as `Array`, `Object`, `Function`, or `Date`). Pure pipes offer a performance advantage because Angular can avoid calling the transformation function if the passed value has not changed.
164+
By default, all pipes are considered `pure`, which means that it only executes when a primitive input value (such as a `String`, `Number`, `Boolean`, or `Symbol`) or a object reference (such as `Array`, `Object`, `Function`, or `Date`) is changed. Pure pipes offer a performance advantage because Angular can avoid calling the transformation function if the passed value has not changed.
165165

166166
As a result, this means that mutations to object properties or array items are not detected unless the entire object or array reference is replaced with a different instance. If you want this level of change detection, refer to [detecting changes within arrays or objects](#detecting-change-within-arrays-or-objects).
167167

0 commit comments

Comments
 (0)
0