@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.
- package/esm2020/src/metadata/directives.mjs +1 -1
- package/esm2020/src/render3/jit/module.mjs +2 -2
- package/esm2020/src/version.mjs +1 -1
- package/esm2020/testing/src/logger.mjs +3 -3
- package/esm2020/testing/src/ng_zone_mock.mjs +3 -3
- package/fesm2015/core.mjs +3 -3
- package/fesm2015/core.mjs.map +1 -1
- package/fesm2015/testing.mjs +3 -3
- package/fesm2015/testing.mjs.map +1 -1
- package/fesm2020/core.mjs +3 -3
- package/fesm2020/core.mjs.map +1 -1
- package/fesm2020/testing.mjs +3 -3
- package/fesm2020/testing.mjs.map +1 -1
- package/index.d.ts +8 -8
- package/package.json +1 -1
- package/testing/index.d.ts +1 -1
package/fesm2015/testing.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v14.2.
|
|
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.
|
|
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);
|