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: adev/src/content/guide/templates/pipes.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
@@ -271,7 +271,7 @@ export class MyCustomTransformationPipe implements PipeTransform {
271
271
272
272
When you want a pipe to detect changes within arrays or objects, it must be marked as an impure function by passing the `pure` flag with a value of `false`.
273
273
274
-
Avoid creating impure pipes unless absolutely necessary, as they can incur a significant performance penalty if used without care.
274
+
IMPORTANT: Avoid creating impure pipes unless absolutely necessary, as they can incur a significant performance penalty if used without care.
275
275
276
276
```angular-ts
277
277
import { Pipe, PipeTransform } from '@angular/core';
0 commit comments