angular-cn/tools/public_api_guard/common
Hayouung ca1bc7e80b feat(common): allow default currency code to be configurable (#32584)
Default currency code in CurrencyPipe is currently hardcoded to USD
and is not configurable. This commit allows the default currency code
to be configurable by adding a DEFAULT_CURRENCY_CODE injection token.

Example:
```
providers: [{ provide: DEFAULT_CURRENCY_CODE, useValue: "GBP" }]
...
{{ 123.45 | currency }} // outputs £123.45 as opposed to always $123.45 before
```

Closes: #25461

PR Close #32584
2020-01-13 09:57:06 -08:00
..
http docs: remove all deprecated `@stable` jsdoc tags (#23210) 2018-04-10 21:49:32 -07:00
common.d.ts feat(common): allow default currency code to be configurable (#32584) 2020-01-13 09:57:06 -08:00
http.d.ts fix(common): expose the `HttpUploadProgressEvent` interface as public API (#30852) 2019-06-07 08:47:47 -07:00
testing.d.ts build: TypeScript 3.5 upgrade (#31615) 2019-07-25 17:05:23 -07:00
upgrade.d.ts docs(docs-infra): add common/upgrade to API package sources (#30331) 2019-05-16 11:47:16 -07:00