mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-11 05:13:02 -05:00
docs(pipes): add information and statement titles (2)
This commit is contained in:
@@ -9,6 +9,8 @@ sidebar:
|
||||
order: 3
|
||||
---
|
||||
|
||||
## Information
|
||||
|
||||
This is the first of three `@Pipe()` challenges, the goal of this series is to master **pipes** in Angular.
|
||||
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user