mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 04:43:03 -05:00
docs(angular-pipe-hard): change aio links to adev
This commit is contained in:
@@ -27,7 +27,7 @@ A **pure** pipe is only called when the value changes.\
|
|||||||
A **impure** pipe is called every change detection cycle.
|
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.dev/guide/pipes).
|
||||||
|
|
||||||
## Statement
|
## Statement
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ Um pipe **puro** é chamado apenas quando o valor muda.\
|
|||||||
Um pipe **impuro** é chamado em cada ciclo da mudança de deteccção.
|
Um pipe **impuro** é chamado em cada ciclo da mudança de deteccção.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
Há alguns pipes pré-definidos bem úteis como DatePipe, UpperCasePipe e CurrencyPipe. Para aprender mais sobre pipes em Angular, dê uma olhada na documentação da API [aqui](https://angular.io/guide/pipes).
|
Há alguns pipes pré-definidos bem úteis como DatePipe, UpperCasePipe e CurrencyPipe. Para aprender mais sobre pipes em Angular, dê uma olhada na documentação da API [aqui](https://angular.dev/guide/pipes).
|
||||||
|
|
||||||
## Declaração
|
## Declaração
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user