Skip to content

Commit 8579ff8

Browse files
michelAlexismmalerba
authored andcommitted
docs: Remove misleading default value DEFAULT_CURRENCY_CODE (#59977)
PR Close #59977
1 parent 2bffacb commit 8579ff8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/core/src/i18n/tokens.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,7 @@ export const LOCALE_ID: InjectionToken<string> = new InjectionToken(ngDevMode ?
8282
*
8383
* <div class="docs-alert docs-alert-helpful">
8484
*
85-
* **Deprecation notice:**
86-
*
87-
* The default currency code is currently always `USD` but this is deprecated from v9.
88-
*
89-
* **In v10 the default currency code will be taken from the current locale.**
85+
* The default currency code is currently always `USD`.
9086
*
9187
* If you need the previous behavior then set it by creating a `DEFAULT_CURRENCY_CODE` provider in
9288
* your application `NgModule`:

0 commit comments

Comments
 (0)