Channel List in Angular
Let's collect all the channels into one table so that we can look at them later:
| Channel | Description |
|---|---|
UpperCasePipe |
Converts the case of all characters in a string to uppercase. |
LowerCasePipe |
Converts all characters in a string to lowercase. |
SlicePipe |
Trims the string at the start and end indices specified in the method parameters. |
CurrencyPipe |
Formats the specified number into a currency string according to the ISO 4217 specification. This method can be used to output the currency code, its symbol, and also to specify a custom string with additional information.
|
PercentPipe |
Converts a number to a percentage string formatted according to the local standard that determines the group size and separator, decimal point symbol, and other configurations. |
DatePipe |
Converts the date output according to the format specified in the method parameter. |
DecimalPipe |
Formats a number according to the specified number of digits in the integer and fractional parts. |