@angular/common 21.0.4 → 21.0.5
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/fesm2022/_common_module-chunk.mjs +86 -86
- package/fesm2022/_location-chunk.mjs +10 -10
- package/fesm2022/_module-chunk.mjs +46 -46
- package/fesm2022/_platform_location-chunk.mjs +7 -7
- package/fesm2022/_platform_navigation-chunk.mjs +4 -4
- package/fesm2022/_xhr-chunk.mjs +1 -1
- package/fesm2022/common.mjs +17 -17
- package/fesm2022/common.mjs.map +1 -1
- package/fesm2022/http-testing.mjs +8 -8
- package/fesm2022/http.mjs +1 -1
- package/fesm2022/testing.mjs +13 -13
- package/fesm2022/upgrade.mjs +5 -5
- package/package.json +2 -2
- package/types/_common_module-chunk.d.ts +1 -1
- package/types/_module-chunk.d.ts +1 -1
- package/types/_platform_location-chunk.d.ts +1 -1
- package/types/_xhr-chunk.d.ts +1 -1
- package/types/common.d.ts +1 -1
- package/types/http-testing.d.ts +1 -1
- package/types/http.d.ts +1 -1
- package/types/testing.d.ts +1 -1
- package/types/upgrade.d.ts +1 -1
package/fesm2022/common.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.0.
|
|
2
|
+
* @license Angular v21.0.5
|
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -63,7 +63,7 @@ class NavigationAdapterForLocation extends Location {
|
|
|
63
63
|
}
|
|
64
64
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
65
65
|
minVersion: "12.0.0",
|
|
66
|
-
version: "21.0.
|
|
66
|
+
version: "21.0.5",
|
|
67
67
|
ngImport: i0,
|
|
68
68
|
type: NavigationAdapterForLocation,
|
|
69
69
|
deps: [],
|
|
@@ -71,14 +71,14 @@ class NavigationAdapterForLocation extends Location {
|
|
|
71
71
|
});
|
|
72
72
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
73
73
|
minVersion: "12.0.0",
|
|
74
|
-
version: "21.0.
|
|
74
|
+
version: "21.0.5",
|
|
75
75
|
ngImport: i0,
|
|
76
76
|
type: NavigationAdapterForLocation
|
|
77
77
|
});
|
|
78
78
|
}
|
|
79
79
|
i0.ɵɵngDeclareClassMetadata({
|
|
80
80
|
minVersion: "12.0.0",
|
|
81
|
-
version: "21.0.
|
|
81
|
+
version: "21.0.5",
|
|
82
82
|
ngImport: i0,
|
|
83
83
|
type: NavigationAdapterForLocation,
|
|
84
84
|
decorators: [{
|
|
@@ -100,7 +100,7 @@ function isPlatformServer(platformId) {
|
|
|
100
100
|
return platformId === PLATFORM_SERVER_ID;
|
|
101
101
|
}
|
|
102
102
|
|
|
103
|
-
const VERSION = /* @__PURE__ */new Version('21.0.
|
|
103
|
+
const VERSION = /* @__PURE__ */new Version('21.0.5');
|
|
104
104
|
|
|
105
105
|
class ViewportScroller {
|
|
106
106
|
static ɵprov =
|
|
@@ -464,7 +464,7 @@ class LCPImageObserver {
|
|
|
464
464
|
}
|
|
465
465
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
466
466
|
minVersion: "12.0.0",
|
|
467
|
-
version: "21.0.
|
|
467
|
+
version: "21.0.5",
|
|
468
468
|
ngImport: i0,
|
|
469
469
|
type: LCPImageObserver,
|
|
470
470
|
deps: [],
|
|
@@ -472,7 +472,7 @@ class LCPImageObserver {
|
|
|
472
472
|
});
|
|
473
473
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
474
474
|
minVersion: "12.0.0",
|
|
475
|
-
version: "21.0.
|
|
475
|
+
version: "21.0.5",
|
|
476
476
|
ngImport: i0,
|
|
477
477
|
type: LCPImageObserver,
|
|
478
478
|
providedIn: 'root'
|
|
@@ -480,7 +480,7 @@ class LCPImageObserver {
|
|
|
480
480
|
}
|
|
481
481
|
i0.ɵɵngDeclareClassMetadata({
|
|
482
482
|
minVersion: "12.0.0",
|
|
483
|
-
version: "21.0.
|
|
483
|
+
version: "21.0.5",
|
|
484
484
|
ngImport: i0,
|
|
485
485
|
type: LCPImageObserver,
|
|
486
486
|
decorators: [{
|
|
@@ -551,7 +551,7 @@ class PreconnectLinkChecker {
|
|
|
551
551
|
}
|
|
552
552
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
553
553
|
minVersion: "12.0.0",
|
|
554
|
-
version: "21.0.
|
|
554
|
+
version: "21.0.5",
|
|
555
555
|
ngImport: i0,
|
|
556
556
|
type: PreconnectLinkChecker,
|
|
557
557
|
deps: [],
|
|
@@ -559,7 +559,7 @@ class PreconnectLinkChecker {
|
|
|
559
559
|
});
|
|
560
560
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
561
561
|
minVersion: "12.0.0",
|
|
562
|
-
version: "21.0.
|
|
562
|
+
version: "21.0.5",
|
|
563
563
|
ngImport: i0,
|
|
564
564
|
type: PreconnectLinkChecker,
|
|
565
565
|
providedIn: 'root'
|
|
@@ -567,7 +567,7 @@ class PreconnectLinkChecker {
|
|
|
567
567
|
}
|
|
568
568
|
i0.ɵɵngDeclareClassMetadata({
|
|
569
569
|
minVersion: "12.0.0",
|
|
570
|
-
version: "21.0.
|
|
570
|
+
version: "21.0.5",
|
|
571
571
|
ngImport: i0,
|
|
572
572
|
type: PreconnectLinkChecker,
|
|
573
573
|
decorators: [{
|
|
@@ -617,7 +617,7 @@ class PreloadLinkCreator {
|
|
|
617
617
|
}
|
|
618
618
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
619
619
|
minVersion: "12.0.0",
|
|
620
|
-
version: "21.0.
|
|
620
|
+
version: "21.0.5",
|
|
621
621
|
ngImport: i0,
|
|
622
622
|
type: PreloadLinkCreator,
|
|
623
623
|
deps: [],
|
|
@@ -625,7 +625,7 @@ class PreloadLinkCreator {
|
|
|
625
625
|
});
|
|
626
626
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
627
627
|
minVersion: "12.0.0",
|
|
628
|
-
version: "21.0.
|
|
628
|
+
version: "21.0.5",
|
|
629
629
|
ngImport: i0,
|
|
630
630
|
type: PreloadLinkCreator,
|
|
631
631
|
providedIn: 'root'
|
|
@@ -633,7 +633,7 @@ class PreloadLinkCreator {
|
|
|
633
633
|
}
|
|
634
634
|
i0.ɵɵngDeclareClassMetadata({
|
|
635
635
|
minVersion: "12.0.0",
|
|
636
|
-
version: "21.0.
|
|
636
|
+
version: "21.0.5",
|
|
637
637
|
ngImport: i0,
|
|
638
638
|
type: PreloadLinkCreator,
|
|
639
639
|
decorators: [{
|
|
@@ -932,7 +932,7 @@ class NgOptimizedImage {
|
|
|
932
932
|
}
|
|
933
933
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
934
934
|
minVersion: "12.0.0",
|
|
935
|
-
version: "21.0.
|
|
935
|
+
version: "21.0.5",
|
|
936
936
|
ngImport: i0,
|
|
937
937
|
type: NgOptimizedImage,
|
|
938
938
|
deps: [],
|
|
@@ -940,7 +940,7 @@ class NgOptimizedImage {
|
|
|
940
940
|
});
|
|
941
941
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
942
942
|
minVersion: "16.1.0",
|
|
943
|
-
version: "21.0.
|
|
943
|
+
version: "21.0.5",
|
|
944
944
|
type: NgOptimizedImage,
|
|
945
945
|
isStandalone: true,
|
|
946
946
|
selector: "img[ngSrc]",
|
|
@@ -980,7 +980,7 @@ class NgOptimizedImage {
|
|
|
980
980
|
}
|
|
981
981
|
i0.ɵɵngDeclareClassMetadata({
|
|
982
982
|
minVersion: "12.0.0",
|
|
983
|
-
version: "21.0.
|
|
983
|
+
version: "21.0.5",
|
|
984
984
|
ngImport: i0,
|
|
985
985
|
type: NgOptimizedImage,
|
|
986
986
|
decorators: [{
|