We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bffacb commit 8579ff8Copy full SHA for 8579ff8
packages/core/src/i18n/tokens.ts
@@ -82,11 +82,7 @@ export const LOCALE_ID: InjectionToken<string> = new InjectionToken(ngDevMode ?
82
*
83
* <div class="docs-alert docs-alert-helpful">
84
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.**
+ * The default currency code is currently always `USD`.
90
91
* If you need the previous behavior then set it by creating a `DEFAULT_CURRENCY_CODE` provider in
92
* your application `NgModule`:
0 commit comments