@angular/common 21.2.1 → 22.0.0-next.1
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 +16 -16
- package/fesm2022/_module-chunk.mjs +59 -58
- package/fesm2022/_module-chunk.mjs.map +1 -1
- 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 +5 -5
- package/fesm2022/http.mjs.map +1 -1
- package/fesm2022/testing.mjs +13 -13
- package/fesm2022/upgrade.mjs +5 -5
- package/package.json +3 -3
- package/types/_common_module-chunk.d.ts +1 -1
- package/types/_module-chunk.d.ts +6 -2
- 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 +32 -21
- package/types/testing.d.ts +1 -1
- package/types/upgrade.d.ts +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular
|
|
2
|
+
* @license Angular v22.0.0-next.1
|
|
3
3
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -22,7 +22,7 @@ class PlatformLocation {
|
|
|
22
22
|
}
|
|
23
23
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
24
24
|
minVersion: "12.0.0",
|
|
25
|
-
version: "
|
|
25
|
+
version: "22.0.0-next.1",
|
|
26
26
|
ngImport: i0,
|
|
27
27
|
type: PlatformLocation,
|
|
28
28
|
deps: [],
|
|
@@ -30,7 +30,7 @@ class PlatformLocation {
|
|
|
30
30
|
});
|
|
31
31
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
32
32
|
minVersion: "12.0.0",
|
|
33
|
-
version: "
|
|
33
|
+
version: "22.0.0-next.1",
|
|
34
34
|
ngImport: i0,
|
|
35
35
|
type: PlatformLocation,
|
|
36
36
|
providedIn: 'platform',
|
|
@@ -39,7 +39,7 @@ class PlatformLocation {
|
|
|
39
39
|
}
|
|
40
40
|
i0.ɵɵngDeclareClassMetadata({
|
|
41
41
|
minVersion: "12.0.0",
|
|
42
|
-
version: "
|
|
42
|
+
version: "22.0.0-next.1",
|
|
43
43
|
ngImport: i0,
|
|
44
44
|
type: PlatformLocation,
|
|
45
45
|
decorators: [{
|
|
@@ -117,7 +117,7 @@ class BrowserPlatformLocation extends PlatformLocation {
|
|
|
117
117
|
}
|
|
118
118
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
119
119
|
minVersion: "12.0.0",
|
|
120
|
-
version: "
|
|
120
|
+
version: "22.0.0-next.1",
|
|
121
121
|
ngImport: i0,
|
|
122
122
|
type: BrowserPlatformLocation,
|
|
123
123
|
deps: [],
|
|
@@ -125,7 +125,7 @@ class BrowserPlatformLocation extends PlatformLocation {
|
|
|
125
125
|
});
|
|
126
126
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
127
127
|
minVersion: "12.0.0",
|
|
128
|
-
version: "
|
|
128
|
+
version: "22.0.0-next.1",
|
|
129
129
|
ngImport: i0,
|
|
130
130
|
type: BrowserPlatformLocation,
|
|
131
131
|
providedIn: 'platform',
|
|
@@ -134,7 +134,7 @@ class BrowserPlatformLocation extends PlatformLocation {
|
|
|
134
134
|
}
|
|
135
135
|
i0.ɵɵngDeclareClassMetadata({
|
|
136
136
|
minVersion: "12.0.0",
|
|
137
|
-
version: "
|
|
137
|
+
version: "22.0.0-next.1",
|
|
138
138
|
ngImport: i0,
|
|
139
139
|
type: BrowserPlatformLocation,
|
|
140
140
|
decorators: [{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular
|
|
2
|
+
* @license Angular v22.0.0-next.1
|
|
3
3
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -15,7 +15,7 @@ const PRECOMMIT_HANDLER_SUPPORTED = new InjectionToken('', {
|
|
|
15
15
|
class PlatformNavigation {
|
|
16
16
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
17
17
|
minVersion: "12.0.0",
|
|
18
|
-
version: "
|
|
18
|
+
version: "22.0.0-next.1",
|
|
19
19
|
ngImport: i0,
|
|
20
20
|
type: PlatformNavigation,
|
|
21
21
|
deps: [],
|
|
@@ -23,7 +23,7 @@ class PlatformNavigation {
|
|
|
23
23
|
});
|
|
24
24
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
25
25
|
minVersion: "12.0.0",
|
|
26
|
-
version: "
|
|
26
|
+
version: "22.0.0-next.1",
|
|
27
27
|
ngImport: i0,
|
|
28
28
|
type: PlatformNavigation,
|
|
29
29
|
providedIn: 'platform',
|
|
@@ -32,7 +32,7 @@ class PlatformNavigation {
|
|
|
32
32
|
}
|
|
33
33
|
i0.ɵɵngDeclareClassMetadata({
|
|
34
34
|
minVersion: "12.0.0",
|
|
35
|
-
version: "
|
|
35
|
+
version: "22.0.0-next.1",
|
|
36
36
|
ngImport: i0,
|
|
37
37
|
type: PlatformNavigation,
|
|
38
38
|
decorators: [{
|
package/fesm2022/_xhr-chunk.mjs
CHANGED
package/fesm2022/common.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular
|
|
2
|
+
* @license Angular v22.0.0-next.1
|
|
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: "
|
|
67
|
+
version: "22.0.0-next.1",
|
|
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: "
|
|
75
|
+
version: "22.0.0-next.1",
|
|
76
76
|
ngImport: i0,
|
|
77
77
|
type: NavigationAdapterForLocation
|
|
78
78
|
});
|
|
79
79
|
}
|
|
80
80
|
i0.ɵɵngDeclareClassMetadata({
|
|
81
81
|
minVersion: "12.0.0",
|
|
82
|
-
version: "
|
|
82
|
+
version: "22.0.0-next.1",
|
|
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('
|
|
104
|
+
const VERSION = /* @__PURE__ */new Version('22.0.0-next.1');
|
|
105
105
|
|
|
106
106
|
class ViewportScroller {
|
|
107
107
|
static ɵprov =
|
|
@@ -538,7 +538,7 @@ class LCPImageObserver {
|
|
|
538
538
|
}
|
|
539
539
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
540
540
|
minVersion: "12.0.0",
|
|
541
|
-
version: "
|
|
541
|
+
version: "22.0.0-next.1",
|
|
542
542
|
ngImport: i0,
|
|
543
543
|
type: LCPImageObserver,
|
|
544
544
|
deps: [],
|
|
@@ -546,7 +546,7 @@ class LCPImageObserver {
|
|
|
546
546
|
});
|
|
547
547
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
548
548
|
minVersion: "12.0.0",
|
|
549
|
-
version: "
|
|
549
|
+
version: "22.0.0-next.1",
|
|
550
550
|
ngImport: i0,
|
|
551
551
|
type: LCPImageObserver,
|
|
552
552
|
providedIn: 'root'
|
|
@@ -554,7 +554,7 @@ class LCPImageObserver {
|
|
|
554
554
|
}
|
|
555
555
|
i0.ɵɵngDeclareClassMetadata({
|
|
556
556
|
minVersion: "12.0.0",
|
|
557
|
-
version: "
|
|
557
|
+
version: "22.0.0-next.1",
|
|
558
558
|
ngImport: i0,
|
|
559
559
|
type: LCPImageObserver,
|
|
560
560
|
decorators: [{
|
|
@@ -625,7 +625,7 @@ class PreconnectLinkChecker {
|
|
|
625
625
|
}
|
|
626
626
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
627
627
|
minVersion: "12.0.0",
|
|
628
|
-
version: "
|
|
628
|
+
version: "22.0.0-next.1",
|
|
629
629
|
ngImport: i0,
|
|
630
630
|
type: PreconnectLinkChecker,
|
|
631
631
|
deps: [],
|
|
@@ -633,7 +633,7 @@ class PreconnectLinkChecker {
|
|
|
633
633
|
});
|
|
634
634
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
635
635
|
minVersion: "12.0.0",
|
|
636
|
-
version: "
|
|
636
|
+
version: "22.0.0-next.1",
|
|
637
637
|
ngImport: i0,
|
|
638
638
|
type: PreconnectLinkChecker,
|
|
639
639
|
providedIn: 'root'
|
|
@@ -641,7 +641,7 @@ class PreconnectLinkChecker {
|
|
|
641
641
|
}
|
|
642
642
|
i0.ɵɵngDeclareClassMetadata({
|
|
643
643
|
minVersion: "12.0.0",
|
|
644
|
-
version: "
|
|
644
|
+
version: "22.0.0-next.1",
|
|
645
645
|
ngImport: i0,
|
|
646
646
|
type: PreconnectLinkChecker,
|
|
647
647
|
decorators: [{
|
|
@@ -691,7 +691,7 @@ class PreloadLinkCreator {
|
|
|
691
691
|
}
|
|
692
692
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
693
693
|
minVersion: "12.0.0",
|
|
694
|
-
version: "
|
|
694
|
+
version: "22.0.0-next.1",
|
|
695
695
|
ngImport: i0,
|
|
696
696
|
type: PreloadLinkCreator,
|
|
697
697
|
deps: [],
|
|
@@ -699,7 +699,7 @@ class PreloadLinkCreator {
|
|
|
699
699
|
});
|
|
700
700
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
701
701
|
minVersion: "12.0.0",
|
|
702
|
-
version: "
|
|
702
|
+
version: "22.0.0-next.1",
|
|
703
703
|
ngImport: i0,
|
|
704
704
|
type: PreloadLinkCreator,
|
|
705
705
|
providedIn: 'root'
|
|
@@ -707,7 +707,7 @@ class PreloadLinkCreator {
|
|
|
707
707
|
}
|
|
708
708
|
i0.ɵɵngDeclareClassMetadata({
|
|
709
709
|
minVersion: "12.0.0",
|
|
710
|
-
version: "
|
|
710
|
+
version: "22.0.0-next.1",
|
|
711
711
|
ngImport: i0,
|
|
712
712
|
type: PreloadLinkCreator,
|
|
713
713
|
decorators: [{
|
|
@@ -1016,7 +1016,7 @@ class NgOptimizedImage {
|
|
|
1016
1016
|
}
|
|
1017
1017
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1018
1018
|
minVersion: "12.0.0",
|
|
1019
|
-
version: "
|
|
1019
|
+
version: "22.0.0-next.1",
|
|
1020
1020
|
ngImport: i0,
|
|
1021
1021
|
type: NgOptimizedImage,
|
|
1022
1022
|
deps: [],
|
|
@@ -1024,7 +1024,7 @@ class NgOptimizedImage {
|
|
|
1024
1024
|
});
|
|
1025
1025
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
1026
1026
|
minVersion: "16.1.0",
|
|
1027
|
-
version: "
|
|
1027
|
+
version: "22.0.0-next.1",
|
|
1028
1028
|
type: NgOptimizedImage,
|
|
1029
1029
|
isStandalone: true,
|
|
1030
1030
|
selector: "img[ngSrc]",
|
|
@@ -1064,7 +1064,7 @@ class NgOptimizedImage {
|
|
|
1064
1064
|
}
|
|
1065
1065
|
i0.ɵɵngDeclareClassMetadata({
|
|
1066
1066
|
minVersion: "12.0.0",
|
|
1067
|
-
version: "
|
|
1067
|
+
version: "22.0.0-next.1",
|
|
1068
1068
|
ngImport: i0,
|
|
1069
1069
|
type: NgOptimizedImage,
|
|
1070
1070
|
decorators: [{
|