@angular/core 14.2.4 → 14.2.6

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 v14.2.4
2
+ * @license Angular v14.2.6
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -7635,7 +7635,7 @@ class Version {
7635
7635
  /**
7636
7636
  * @publicApi
7637
7637
  */
7638
- const VERSION = new Version('14.2.4');
7638
+ const VERSION = new Version('14.2.6');
7639
7639
 
7640
7640
  /**
7641
7641
  * @license
@@ -24517,7 +24517,7 @@ function generateStandaloneInDeclarationsError(type, location) {
24517
24517
  function verifySemanticsOfNgModuleDef(moduleType, allowDuplicateDeclarationsInRoot, importingModule) {
24518
24518
  if (verifiedNgModule.get(moduleType))
24519
24519
  return;
24520
- // skip verifications of standalone components, directives and pipes
24520
+ // skip verifications of standalone components, directives, and pipes
24521
24521
  if (isStandalone(moduleType))
24522
24522
  return;
24523
24523
  verifiedNgModule.set(moduleType, true);