Skip to content

Commit e9238a6

Browse files
authored
Merge pull request #61 from VasileDurlesteanu/master
Update README.md
2 parents 3d98887 + 3f98006 commit e9238a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@ You can download the PDF and Epub version of this repository from the latest run
860860
**[⬆ Back to Top](#table-of-contents)**
861861
862862
28. ### What are pipes?
863-
A pipe takes in data as input and transforms it to a desired output. For example, let us take a pipe to transform a component's birthday property into a human-friendly date using **date** pipe.
863+
Pipes are simple functions that use [template expressions](#what-are-template-expressions) to accept data as input and transform it into a desired output. For example, let us take a pipe to transform a component's birthday property into a human-friendly date using **date** pipe.
864864
865865
```javascript
866866
import { Component } from '@angular/core';

0 commit comments

Comments
 (0)