270176bbe4
Adds an example of using the `currency` pipe with a currency that has no cents like CLP, which will format the amount with no digits if `digitsInfo` is not provided: <!-- outputs CA$14.00 --> {{ 14 | currency:'CAD' }} <!-- outputs CLP14 --> {{ 14 | currency:'CLP' }} Amends the docs, adds an example and fix an error with a current example. PR Close #24661 |
||
---|---|---|
.. | ||
e2e_test | ||
async_pipe.ts | ||
currency_pipe.ts | ||
date_pipe.ts | ||
i18n_pipe.ts | ||
json_pipe.ts | ||
keyvalue_pipe.ts | ||
locale-fr.ts | ||
lowerupper_pipe.ts | ||
module.ts | ||
number_pipe.ts | ||
percent_pipe.ts | ||
slice_pipe.ts | ||
titlecase_pipe.ts |