@angular/core 12.2.7 → 12.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/core-testing.umd.js +1 -1
- package/bundles/core.umd.js +10 -9
- package/bundles/core.umd.js.map +1 -1
- package/core.d.ts +10 -9
- package/core.metadata.json +1 -1
- package/esm2015/src/i18n/locale_data_api.js +5 -4
- package/esm2015/src/i18n/tokens.js +6 -6
- package/esm2015/src/version.js +1 -1
- package/fesm2015/core.js +11 -10
- package/fesm2015/core.js.map +1 -1
- package/fesm2015/testing.js +1 -1
- package/package.json +1 -1
- package/src/r3_symbols.d.ts +1 -1
- package/testing/testing.d.ts +1 -1
- package/testing.d.ts +1 -1
package/bundles/core.umd.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v12.2.
|
|
2
|
+
* @license Angular v12.2.8
|
|
3
3
|
* (c) 2010-2021 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -19382,7 +19382,8 @@
|
|
|
19382
19382
|
var LOCALE_DATA = {};
|
|
19383
19383
|
/**
|
|
19384
19384
|
* Register locale data to be used internally by Angular. See the
|
|
19385
|
-
* ["I18n guide"](guide/i18n
|
|
19385
|
+
* ["I18n guide"](guide/i18n-common-format-data-locale) to know how to import additional locale
|
|
19386
|
+
* data.
|
|
19386
19387
|
*
|
|
19387
19388
|
* The signature `registerLocaleData(data: any, extraData?: any)` is deprecated since v5.1
|
|
19388
19389
|
*/
|
|
@@ -19402,7 +19403,7 @@
|
|
|
19402
19403
|
*
|
|
19403
19404
|
* @param locale The locale code.
|
|
19404
19405
|
* @returns The locale data.
|
|
19405
|
-
* @see [Internationalization (i18n) Guide](https://angular.io/guide/i18n)
|
|
19406
|
+
* @see [Internationalization (i18n) Guide](https://angular.io/guide/i18n-overview)
|
|
19406
19407
|
*/
|
|
19407
19408
|
function findLocaleData(locale) {
|
|
19408
19409
|
var normalizedLocale = normalizeLocale(locale);
|
|
@@ -19440,7 +19441,7 @@
|
|
|
19440
19441
|
* @param locale A locale code for the locale format rules to use.
|
|
19441
19442
|
* @returns The plural function for the locale.
|
|
19442
19443
|
* @see `NgPlural`
|
|
19443
|
-
* @see [Internationalization (i18n) Guide](https://angular.io/guide/i18n)
|
|
19444
|
+
* @see [Internationalization (i18n) Guide](https://angular.io/guide/i18n-overview)
|
|
19444
19445
|
*/
|
|
19445
19446
|
function getLocalePluralCase(locale) {
|
|
19446
19447
|
var data = findLocaleData(locale);
|
|
@@ -22033,7 +22034,7 @@
|
|
|
22033
22034
|
/**
|
|
22034
22035
|
* @publicApi
|
|
22035
22036
|
*/
|
|
22036
|
-
var VERSION = new Version('12.2.
|
|
22037
|
+
var VERSION = new Version('12.2.8');
|
|
22037
22038
|
|
|
22038
22039
|
/**
|
|
22039
22040
|
* @license
|
|
@@ -28769,7 +28770,7 @@
|
|
|
28769
28770
|
* It is used for i18n extraction, by i18n pipes (DatePipe, I18nPluralPipe, CurrencyPipe,
|
|
28770
28771
|
* DecimalPipe and PercentPipe) and by ICU expressions.
|
|
28771
28772
|
*
|
|
28772
|
-
* See the [i18n guide](guide/i18n
|
|
28773
|
+
* See the [i18n guide](guide/i18n-common-locale-id) for more information.
|
|
28773
28774
|
*
|
|
28774
28775
|
* @usageNotes
|
|
28775
28776
|
* ### Example
|
|
@@ -28792,7 +28793,7 @@
|
|
|
28792
28793
|
* CurrencyPipe when there is no currency code passed into it. This is only used by
|
|
28793
28794
|
* CurrencyPipe and has no relation to locale currency. Defaults to USD if not configured.
|
|
28794
28795
|
*
|
|
28795
|
-
* See the [i18n guide](guide/i18n
|
|
28796
|
+
* See the [i18n guide](guide/i18n-common-locale-id) for more information.
|
|
28796
28797
|
*
|
|
28797
28798
|
* <div class="alert is-helpful">
|
|
28798
28799
|
*
|
|
@@ -28830,7 +28831,7 @@
|
|
|
28830
28831
|
* Use this token at bootstrap to provide the content of your translation file (`xtb`,
|
|
28831
28832
|
* `xlf` or `xlf2`) when you want to translate your application in another language.
|
|
28832
28833
|
*
|
|
28833
|
-
* See the [i18n guide](guide/i18n
|
|
28834
|
+
* See the [i18n guide](guide/i18n-common-merge) for more information.
|
|
28834
28835
|
*
|
|
28835
28836
|
* @usageNotes
|
|
28836
28837
|
* ### Example
|
|
@@ -28855,7 +28856,7 @@
|
|
|
28855
28856
|
* Provide this token at bootstrap to set the format of your {@link TRANSLATIONS}: `xtb`,
|
|
28856
28857
|
* `xlf` or `xlf2`.
|
|
28857
28858
|
*
|
|
28858
|
-
* See the [i18n guide](guide/i18n
|
|
28859
|
+
* See the [i18n guide](guide/i18n-common-merge) for more information.
|
|
28859
28860
|
*
|
|
28860
28861
|
* @usageNotes
|
|
28861
28862
|
* ### Example
|