@angular/common 22.0.0-next.4 → 22.0.0-next.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/_common_module-chunk.mjs.map +1 -1
- package/fesm2022/_location-chunk.mjs +16 -16
- package/fesm2022/_module-chunk.mjs +414 -410
- 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 +20 -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 +4 -4
- 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 +10 -6
- package/types/testing.d.ts +1 -1
- package/types/upgrade.d.ts +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v22.0.0-next.
|
|
2
|
+
* @license Angular v22.0.0-next.5
|
|
3
3
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -31,7 +31,7 @@ class LocationStrategy {
|
|
|
31
31
|
}
|
|
32
32
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
33
33
|
minVersion: "12.0.0",
|
|
34
|
-
version: "22.0.0-next.
|
|
34
|
+
version: "22.0.0-next.5",
|
|
35
35
|
ngImport: i0,
|
|
36
36
|
type: LocationStrategy,
|
|
37
37
|
deps: [],
|
|
@@ -39,7 +39,7 @@ class LocationStrategy {
|
|
|
39
39
|
});
|
|
40
40
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
41
41
|
minVersion: "12.0.0",
|
|
42
|
-
version: "22.0.0-next.
|
|
42
|
+
version: "22.0.0-next.5",
|
|
43
43
|
ngImport: i0,
|
|
44
44
|
type: LocationStrategy,
|
|
45
45
|
providedIn: 'root',
|
|
@@ -48,7 +48,7 @@ class LocationStrategy {
|
|
|
48
48
|
}
|
|
49
49
|
i0.ɵɵngDeclareClassMetadata({
|
|
50
50
|
minVersion: "12.0.0",
|
|
51
|
-
version: "22.0.0-next.
|
|
51
|
+
version: "22.0.0-next.5",
|
|
52
52
|
ngImport: i0,
|
|
53
53
|
type: LocationStrategy,
|
|
54
54
|
decorators: [{
|
|
@@ -110,7 +110,7 @@ class PathLocationStrategy extends LocationStrategy {
|
|
|
110
110
|
}
|
|
111
111
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
112
112
|
minVersion: "12.0.0",
|
|
113
|
-
version: "22.0.0-next.
|
|
113
|
+
version: "22.0.0-next.5",
|
|
114
114
|
ngImport: i0,
|
|
115
115
|
type: PathLocationStrategy,
|
|
116
116
|
deps: [{
|
|
@@ -123,7 +123,7 @@ class PathLocationStrategy extends LocationStrategy {
|
|
|
123
123
|
});
|
|
124
124
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
125
125
|
minVersion: "12.0.0",
|
|
126
|
-
version: "22.0.0-next.
|
|
126
|
+
version: "22.0.0-next.5",
|
|
127
127
|
ngImport: i0,
|
|
128
128
|
type: PathLocationStrategy,
|
|
129
129
|
providedIn: 'root'
|
|
@@ -131,7 +131,7 @@ class PathLocationStrategy extends LocationStrategy {
|
|
|
131
131
|
}
|
|
132
132
|
i0.ɵɵngDeclareClassMetadata({
|
|
133
133
|
minVersion: "12.0.0",
|
|
134
|
-
version: "22.0.0-next.
|
|
134
|
+
version: "22.0.0-next.5",
|
|
135
135
|
ngImport: i0,
|
|
136
136
|
type: PathLocationStrategy,
|
|
137
137
|
decorators: [{
|
|
@@ -162,7 +162,7 @@ class NoTrailingSlashPathLocationStrategy extends PathLocationStrategy {
|
|
|
162
162
|
}
|
|
163
163
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
164
164
|
minVersion: "12.0.0",
|
|
165
|
-
version: "22.0.0-next.
|
|
165
|
+
version: "22.0.0-next.5",
|
|
166
166
|
ngImport: i0,
|
|
167
167
|
type: NoTrailingSlashPathLocationStrategy,
|
|
168
168
|
deps: null,
|
|
@@ -170,7 +170,7 @@ class NoTrailingSlashPathLocationStrategy extends PathLocationStrategy {
|
|
|
170
170
|
});
|
|
171
171
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
172
172
|
minVersion: "12.0.0",
|
|
173
|
-
version: "22.0.0-next.
|
|
173
|
+
version: "22.0.0-next.5",
|
|
174
174
|
ngImport: i0,
|
|
175
175
|
type: NoTrailingSlashPathLocationStrategy,
|
|
176
176
|
providedIn: 'root'
|
|
@@ -178,7 +178,7 @@ class NoTrailingSlashPathLocationStrategy extends PathLocationStrategy {
|
|
|
178
178
|
}
|
|
179
179
|
i0.ɵɵngDeclareClassMetadata({
|
|
180
180
|
minVersion: "12.0.0",
|
|
181
|
-
version: "22.0.0-next.
|
|
181
|
+
version: "22.0.0-next.5",
|
|
182
182
|
ngImport: i0,
|
|
183
183
|
type: NoTrailingSlashPathLocationStrategy,
|
|
184
184
|
decorators: [{
|
|
@@ -198,7 +198,7 @@ class TrailingSlashPathLocationStrategy extends PathLocationStrategy {
|
|
|
198
198
|
}
|
|
199
199
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
200
200
|
minVersion: "12.0.0",
|
|
201
|
-
version: "22.0.0-next.
|
|
201
|
+
version: "22.0.0-next.5",
|
|
202
202
|
ngImport: i0,
|
|
203
203
|
type: TrailingSlashPathLocationStrategy,
|
|
204
204
|
deps: null,
|
|
@@ -206,7 +206,7 @@ class TrailingSlashPathLocationStrategy extends PathLocationStrategy {
|
|
|
206
206
|
});
|
|
207
207
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
208
208
|
minVersion: "12.0.0",
|
|
209
|
-
version: "22.0.0-next.
|
|
209
|
+
version: "22.0.0-next.5",
|
|
210
210
|
ngImport: i0,
|
|
211
211
|
type: TrailingSlashPathLocationStrategy,
|
|
212
212
|
providedIn: 'root'
|
|
@@ -214,7 +214,7 @@ class TrailingSlashPathLocationStrategy extends PathLocationStrategy {
|
|
|
214
214
|
}
|
|
215
215
|
i0.ɵɵngDeclareClassMetadata({
|
|
216
216
|
minVersion: "12.0.0",
|
|
217
|
-
version: "22.0.0-next.
|
|
217
|
+
version: "22.0.0-next.5",
|
|
218
218
|
ngImport: i0,
|
|
219
219
|
type: TrailingSlashPathLocationStrategy,
|
|
220
220
|
decorators: [{
|
|
@@ -317,7 +317,7 @@ class Location {
|
|
|
317
317
|
static stripTrailingSlash = stripTrailingSlash;
|
|
318
318
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
319
319
|
minVersion: "12.0.0",
|
|
320
|
-
version: "22.0.0-next.
|
|
320
|
+
version: "22.0.0-next.5",
|
|
321
321
|
ngImport: i0,
|
|
322
322
|
type: Location,
|
|
323
323
|
deps: [{
|
|
@@ -327,7 +327,7 @@ class Location {
|
|
|
327
327
|
});
|
|
328
328
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
329
329
|
minVersion: "12.0.0",
|
|
330
|
-
version: "22.0.0-next.
|
|
330
|
+
version: "22.0.0-next.5",
|
|
331
331
|
ngImport: i0,
|
|
332
332
|
type: Location,
|
|
333
333
|
providedIn: 'root',
|
|
@@ -336,7 +336,7 @@ class Location {
|
|
|
336
336
|
}
|
|
337
337
|
i0.ɵɵngDeclareClassMetadata({
|
|
338
338
|
minVersion: "12.0.0",
|
|
339
|
-
version: "22.0.0-next.
|
|
339
|
+
version: "22.0.0-next.5",
|
|
340
340
|
ngImport: i0,
|
|
341
341
|
type: Location,
|
|
342
342
|
decorators: [{
|