@angular/core 13.2.3 → 13.2.4

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v13.2.3
2
+ * @license Angular v13.2.4
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
package/fesm2020/core.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v13.2.3
2
+ * @license Angular v13.2.4
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -21102,7 +21102,7 @@ class Version {
21102
21102
  /**
21103
21103
  * @publicApi
21104
21104
  */
21105
- const VERSION = new Version('13.2.3');
21105
+ const VERSION = new Version('13.2.4');
21106
21106
 
21107
21107
  /**
21108
21108
  * @license
@@ -28538,12 +28538,6 @@ const platformCore = createPlatformFactory(null, 'core', _CORE_PLATFORM_PROVIDER
28538
28538
  * Use of this source code is governed by an MIT-style license that can be
28539
28539
  * found in the LICENSE file at https://angular.io/license
28540
28540
  */
28541
- function _iterableDiffersFactory() {
28542
- return defaultIterableDiffers;
28543
- }
28544
- function _keyValueDiffersFactory() {
28545
- return defaultKeyValueDiffers;
28546
- }
28547
28541
  function _localeFactory(locale) {
28548
28542
  return locale || getGlobalLocale();
28549
28543
  }
@@ -28592,8 +28586,6 @@ const APPLICATION_MODULE_PROVIDERS = [
28592
28586
  },
28593
28587
  { provide: Compiler, useClass: Compiler, deps: [] },
28594
28588
  APP_ID_RANDOM_PROVIDER,
28595
- { provide: IterableDiffers, useFactory: _iterableDiffersFactory, deps: [] },
28596
- { provide: KeyValueDiffers, useFactory: _keyValueDiffersFactory, deps: [] },
28597
28589
  {
28598
28590
  provide: LOCALE_ID,
28599
28591
  useFactory: _localeFactory,