Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ You can download the PDF and Epub version of this repository from the latest run
**[⬆ Back to Top](#table-of-contents)**

31. ### What is a custom pipe?
Apart from built-inn pipes, you can write your own custom pipe with the below key characteristics,
Apart from built-in pipes, you can write your own custom pipe with the below key characteristics:
1. A pipe is a class decorated with pipe metadata **@Pipe** decorator, which you import from the core Angular library
For example,
```javascript
Expand Down