Skip to content

Commit d8ed81b

Browse files
committed
docs(pipes): add information and statement titles (2)
1 parent 5886a0f commit d8ed81b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/src/content/docs/challenges/angular/8-pipe-pure.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ sidebar:
99
order: 3
1010
---
1111

12+
## Information
13+
1214
This is the first of three `@Pipe()` challenges, the goal of this series is to master **pipes** in Angular.
1315

1416
Pipes are a very powerful way to transform data in your template. The difference between calling a function and a pipe is that pure pipes are memoized. So they won't be recalculated every change detection cycle if their inputs haven't changed.

0 commit comments

Comments
 (0)