@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/fesm2020/core.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
|
*/
|
|
@@ -7249,7 +7249,7 @@ class Version {
|
|
|
7249
7249
|
/**
|
|
7250
7250
|
* @publicApi
|
|
7251
7251
|
*/
|
|
7252
|
-
const VERSION = new Version('14.2.
|
|
7252
|
+
const VERSION = new Version('14.2.6');
|
|
7253
7253
|
|
|
7254
7254
|
/**
|
|
7255
7255
|
* @license
|
|
@@ -24209,7 +24209,7 @@ function generateStandaloneInDeclarationsError(type, location) {
|
|
|
24209
24209
|
function verifySemanticsOfNgModuleDef(moduleType, allowDuplicateDeclarationsInRoot, importingModule) {
|
|
24210
24210
|
if (verifiedNgModule.get(moduleType))
|
|
24211
24211
|
return;
|
|
24212
|
-
// skip verifications of standalone components, directives and pipes
|
|
24212
|
+
// skip verifications of standalone components, directives, and pipes
|
|
24213
24213
|
if (isStandalone(moduleType))
|
|
24214
24214
|
return;
|
|
24215
24215
|
verifiedNgModule.set(moduleType, true);
|