docs(pipes): change impure pipe description

This commit is contained in:
Sven Brodny
2024-02-16 22:25:56 +01:00
parent 890f5cc430
commit ee5fae726e
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ By default a pipe is pure, you should be aware that setting `pure` to false is p
:::note :::note
A **pure** pipe is only called when the value changes.\ A **pure** pipe is only called when the value changes.\
A **impure** pipe is called for every change detection cycle no matter whether the value changes. A **impure** pipe is called every change detection cycle.
::: :::
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). 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).

View File

@@ -19,7 +19,7 @@ By default a pipe is pure, you should be aware that setting `pure` to false is p
:::note :::note
A **pure** pipe is only called when the value changes.\ A **pure** pipe is only called when the value changes.\
A **impure** pipe is called for every change detection cycle no matter whether the value changes. A **impure** pipe is called every change detection cycle.
::: :::
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). 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).