Common pipes
Pipes (known as filters in AngularJS) modify how a data-bound value is displayed in an HTML template:
Name | Purpose | Usage |
Async |
Manages subscriptions to observables, and provides synchronous access to the variable in the template |
|
Date |
Formats a date according to locale rules |
|
Text Transformation |
Transforms text to uppercase, lowercase, or title case |
|