@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
@@ -24520,7 +24520,7 @@ function generateStandaloneInDeclarationsError(type, location) {
24520
24520
  function verifySemanticsOfNgModuleDef(moduleType, allowDuplicateDeclarationsInRoot, importingModule) {
24521
24521
  if (verifiedNgModule.get(moduleType))
24522
24522
  return;
24523
- // skip verifications of standalone components, directives and pipes
24523
+ // skip verifications of standalone components, directives, and pipes
24524
24524
  if (isStandalone(moduleType))
24525
24525
  return;
24526
24526
  verifiedNgModule.set(moduleType, true);