angular-cn/tools
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
..
brotli-cli
browsers build: fixes for cross-platform RBE (#33708) 2019-11-15 10:49:55 -08:00
build build: remove obsolete build related tools and helper scripts (#34058) 2019-12-02 10:52:21 -08:00
gulp-tasks feat: add direction property to locale files (#33556) 2019-12-03 15:58:09 -08:00
material-ci
ng_rollup_bundle Revert "build: should use $(execpath) in npm_package_bin args (#34589)" (#34730) 2020-01-10 14:12:14 -08:00
ngcontainer
npm
public_api_guard feat(common): allow default currency code to be configurable (#32584) 2020-01-13 09:57:06 -08:00
rxjs
size-tracking build: update scripting and tooling to rely on define=angular_ivy_enabled instream of define=compile (#33983) 2019-11-26 16:38:40 -05:00
source-map-test
symbol-extractor build: update scripting and tooling to rely on define=angular_ivy_enabled instream of define=compile (#33983) 2019-11-26 16:38:40 -05:00
testing Revert "refactor: handle breaking changes in rules_nodejs 1.0.0 (#34589)" (#34730) 2020-01-10 14:12:15 -08:00
ts-api-guardian Revert "build: upgrade to rules_nodejs 1.0.0 (first stable release) (#34589)" (#34730) 2020-01-10 14:12:15 -08:00
tslint
validate-commit-message
yarn
BUILD.bazel
bazel_stamp_vars.js
check-environment.js
defaults.bzl Revert "build: upgrade to rules_nodejs 1.0.0 (first stable release) (#34589)" (#34730) 2020-01-10 14:12:15 -08:00
jasmine-seed-generator.js
jsconfig.json
ng_benchmark.bzl ci: do not run ng_benchmarks on CI (#34057) 2019-11-26 16:10:09 -08:00
postinstall-patches.js build: delete rxjs d.ts files referencing rxjs-compat (#33786) 2019-11-13 13:33:05 -08:00
rebase-pr.js ci: fix remote name in rebase instructions (#34432) 2019-12-16 10:44:42 -08:00
tsconfig-test.json
tsconfig.json
types.d.ts
utils.inc
verify-codeownership.js