@angular/common 21.1.1 → 21.1.2
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 +3 -14
- 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.1.
|
|
2
|
+
* @license Angular v21.1.2
|
|
3
3
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -64,7 +64,7 @@ class NavigationAdapterForLocation extends Location {
|
|
|
64
64
|
}
|
|
65
65
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
66
66
|
minVersion: "12.0.0",
|
|
67
|
-
version: "21.1.
|
|
67
|
+
version: "21.1.2",
|
|
68
68
|
ngImport: i0,
|
|
69
69
|
type: NavigationAdapterForLocation,
|
|
70
70
|
deps: [],
|
|
@@ -72,14 +72,14 @@ class NavigationAdapterForLocation extends Location {
|
|
|
72
72
|
});
|
|
73
73
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
74
74
|
minVersion: "12.0.0",
|
|
75
|
-
version: "21.1.
|
|
75
|
+
version: "21.1.2",
|
|
76
76
|
ngImport: i0,
|
|
77
77
|
type: NavigationAdapterForLocation
|
|
78
78
|
});
|
|
79
79
|
}
|
|
80
80
|
i0.ɵɵngDeclareClassMetadata({
|
|
81
81
|
minVersion: "12.0.0",
|
|
82
|
-
version: "21.1.
|
|
82
|
+
version: "21.1.2",
|
|
83
83
|
ngImport: i0,
|
|
84
84
|
type: NavigationAdapterForLocation,
|
|
85
85
|
decorators: [{
|
|
@@ -101,7 +101,7 @@ function isPlatformServer(platformId) {
|
|
|
101
101
|
return platformId === PLATFORM_SERVER_ID;
|
|
102
102
|
}
|
|
103
103
|
|
|
104
|
-
const VERSION = /* @__PURE__ */new Version('21.1.
|
|
104
|
+
const VERSION = /* @__PURE__ */new Version('21.1.2');
|
|
105
105
|
|
|
106
106
|
class ViewportScroller {
|
|
107
107
|
static ɵprov =
|
|
@@ -490,7 +490,7 @@ class LCPImageObserver {
|
|
|
490
490
|
}
|
|
491
491
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
492
492
|
minVersion: "12.0.0",
|
|
493
|
-
version: "21.1.
|
|
493
|
+
version: "21.1.2",
|
|
494
494
|
ngImport: i0,
|
|
495
495
|
type: LCPImageObserver,
|
|
496
496
|
deps: [],
|
|
@@ -498,7 +498,7 @@ class LCPImageObserver {
|
|
|
498
498
|
});
|
|
499
499
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
500
500
|
minVersion: "12.0.0",
|
|
501
|
-
version: "21.1.
|
|
501
|
+
version: "21.1.2",
|
|
502
502
|
ngImport: i0,
|
|
503
503
|
type: LCPImageObserver,
|
|
504
504
|
providedIn: 'root'
|
|
@@ -506,7 +506,7 @@ class LCPImageObserver {
|
|
|
506
506
|
}
|
|
507
507
|
i0.ɵɵngDeclareClassMetadata({
|
|
508
508
|
minVersion: "12.0.0",
|
|
509
|
-
version: "21.1.
|
|
509
|
+
version: "21.1.2",
|
|
510
510
|
ngImport: i0,
|
|
511
511
|
type: LCPImageObserver,
|
|
512
512
|
decorators: [{
|
|
@@ -577,7 +577,7 @@ class PreconnectLinkChecker {
|
|
|
577
577
|
}
|
|
578
578
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
579
579
|
minVersion: "12.0.0",
|
|
580
|
-
version: "21.1.
|
|
580
|
+
version: "21.1.2",
|
|
581
581
|
ngImport: i0,
|
|
582
582
|
type: PreconnectLinkChecker,
|
|
583
583
|
deps: [],
|
|
@@ -585,7 +585,7 @@ class PreconnectLinkChecker {
|
|
|
585
585
|
});
|
|
586
586
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
587
587
|
minVersion: "12.0.0",
|
|
588
|
-
version: "21.1.
|
|
588
|
+
version: "21.1.2",
|
|
589
589
|
ngImport: i0,
|
|
590
590
|
type: PreconnectLinkChecker,
|
|
591
591
|
providedIn: 'root'
|
|
@@ -593,7 +593,7 @@ class PreconnectLinkChecker {
|
|
|
593
593
|
}
|
|
594
594
|
i0.ɵɵngDeclareClassMetadata({
|
|
595
595
|
minVersion: "12.0.0",
|
|
596
|
-
version: "21.1.
|
|
596
|
+
version: "21.1.2",
|
|
597
597
|
ngImport: i0,
|
|
598
598
|
type: PreconnectLinkChecker,
|
|
599
599
|
decorators: [{
|
|
@@ -643,7 +643,7 @@ class PreloadLinkCreator {
|
|
|
643
643
|
}
|
|
644
644
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
645
645
|
minVersion: "12.0.0",
|
|
646
|
-
version: "21.1.
|
|
646
|
+
version: "21.1.2",
|
|
647
647
|
ngImport: i0,
|
|
648
648
|
type: PreloadLinkCreator,
|
|
649
649
|
deps: [],
|
|
@@ -651,7 +651,7 @@ class PreloadLinkCreator {
|
|
|
651
651
|
});
|
|
652
652
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
653
653
|
minVersion: "12.0.0",
|
|
654
|
-
version: "21.1.
|
|
654
|
+
version: "21.1.2",
|
|
655
655
|
ngImport: i0,
|
|
656
656
|
type: PreloadLinkCreator,
|
|
657
657
|
providedIn: 'root'
|
|
@@ -659,7 +659,7 @@ class PreloadLinkCreator {
|
|
|
659
659
|
}
|
|
660
660
|
i0.ɵɵngDeclareClassMetadata({
|
|
661
661
|
minVersion: "12.0.0",
|
|
662
|
-
version: "21.1.
|
|
662
|
+
version: "21.1.2",
|
|
663
663
|
ngImport: i0,
|
|
664
664
|
type: PreloadLinkCreator,
|
|
665
665
|
decorators: [{
|
|
@@ -958,7 +958,7 @@ class NgOptimizedImage {
|
|
|
958
958
|
}
|
|
959
959
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
960
960
|
minVersion: "12.0.0",
|
|
961
|
-
version: "21.1.
|
|
961
|
+
version: "21.1.2",
|
|
962
962
|
ngImport: i0,
|
|
963
963
|
type: NgOptimizedImage,
|
|
964
964
|
deps: [],
|
|
@@ -966,7 +966,7 @@ class NgOptimizedImage {
|
|
|
966
966
|
});
|
|
967
967
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
968
968
|
minVersion: "16.1.0",
|
|
969
|
-
version: "21.1.
|
|
969
|
+
version: "21.1.2",
|
|
970
970
|
type: NgOptimizedImage,
|
|
971
971
|
isStandalone: true,
|
|
972
972
|
selector: "img[ngSrc]",
|
|
@@ -1006,7 +1006,7 @@ class NgOptimizedImage {
|
|
|
1006
1006
|
}
|
|
1007
1007
|
i0.ɵɵngDeclareClassMetadata({
|
|
1008
1008
|
minVersion: "12.0.0",
|
|
1009
|
-
version: "21.1.
|
|
1009
|
+
version: "21.1.2",
|
|
1010
1010
|
ngImport: i0,
|
|
1011
1011
|
type: NgOptimizedImage,
|
|
1012
1012
|
decorators: [{
|