angular/packages/common/src
cexbrayat 270176bbe4 docs: more info on currency digits (#24661)
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
2018-07-20 10:33:06 -07:00
..
directives fix(common): properly update collection reference in NgForOf (#24684) 2018-06-29 06:43:44 -07:00
i18n fix(common): format fractional seconds (#24844) 2018-07-11 14:32:32 -07:00
location docs: remove all deprecated @stable jsdoc tags (#23210) 2018-04-10 21:49:32 -07:00
pipes docs: more info on currency digits (#24661) 2018-07-20 10:33:06 -07:00
common.ts feat(common): introduce KeyValuePipe (#24319) 2018-06-13 13:30:49 -07:00
common_module.ts docs: remove all deprecated @stable jsdoc tags (#23210) 2018-04-10 21:49:32 -07:00
cookie.ts feat(common): on-by-default XSRF support in HttpClient (#18108) 2017-07-13 17:22:02 -07:00
dom_tokens.ts docs: remove all deprecated @stable jsdoc tags (#23210) 2018-04-10 21:49:32 -07:00
platform_id.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
version.ts style: remove empty comments (#23404) 2018-05-10 15:48:13 -07:00
viewport_scroller.ts feat(router): implement scrolling restoration service (#20030) 2018-06-08 15:30:52 -07:00