Skip to content

Commit

Permalink
docs(angular-pipe-easy): change aio links to adev
Browse files Browse the repository at this point in the history
  • Loading branch information
vimulatus committed Apr 18, 2024
1 parent 430ae3a commit 8bf8ff5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/content/docs/challenges/angular/8-pipe-pure.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ A **pure** pipe is only called when 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.dev/guide/pipes).

## Statement

Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/pt/challenges/angular/8-pipe-pure.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Um pipe **puro** é chamado apenas quando o valor muda.\
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

Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/ru/challenges/angular/8-pipe-pure.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Pipes разработаны так, чтобы быть эффективным
**Нечистый** пайп вызывается на каждый цикл обнаружения изменений.
:::

Существуют несколько полезных предопределенных пайпов, таких как DatePipe, UpperCasePipe и CurrencyPipe. Чтобы узнать больше о пайпах в Angular, ознакомьтесь с документацией API [здесь](https://angular.io/guide/pipes).
Существуют несколько полезных предопределенных пайпов, таких как DatePipe, UpperCasePipe и CurrencyPipe. Чтобы узнать больше о пайпах в Angular, ознакомьтесь с документацией API [здесь](https://angular.dev/guide/pipes).

## Пояснение

Expand Down

0 comments on commit 8bf8ff5

Please sign in to comment.