@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
|
@@ -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
|
*/
|
|
@@ -227,7 +227,7 @@ class HttpClientTestingBackend {
|
|
|
227
227
|
}
|
|
228
228
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
229
229
|
minVersion: "12.0.0",
|
|
230
|
-
version: "21.0.
|
|
230
|
+
version: "21.0.5",
|
|
231
231
|
ngImport: i0,
|
|
232
232
|
type: HttpClientTestingBackend,
|
|
233
233
|
deps: [],
|
|
@@ -235,14 +235,14 @@ class HttpClientTestingBackend {
|
|
|
235
235
|
});
|
|
236
236
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
237
237
|
minVersion: "12.0.0",
|
|
238
|
-
version: "21.0.
|
|
238
|
+
version: "21.0.5",
|
|
239
239
|
ngImport: i0,
|
|
240
240
|
type: HttpClientTestingBackend
|
|
241
241
|
});
|
|
242
242
|
}
|
|
243
243
|
i0.ɵɵngDeclareClassMetadata({
|
|
244
244
|
minVersion: "12.0.0",
|
|
245
|
-
version: "21.0.
|
|
245
|
+
version: "21.0.5",
|
|
246
246
|
ngImport: i0,
|
|
247
247
|
type: HttpClientTestingBackend,
|
|
248
248
|
decorators: [{
|
|
@@ -271,7 +271,7 @@ function provideHttpClientTesting() {
|
|
|
271
271
|
class HttpClientTestingModule {
|
|
272
272
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
273
273
|
minVersion: "12.0.0",
|
|
274
|
-
version: "21.0.
|
|
274
|
+
version: "21.0.5",
|
|
275
275
|
ngImport: i0,
|
|
276
276
|
type: HttpClientTestingModule,
|
|
277
277
|
deps: [],
|
|
@@ -279,14 +279,14 @@ class HttpClientTestingModule {
|
|
|
279
279
|
});
|
|
280
280
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
281
281
|
minVersion: "14.0.0",
|
|
282
|
-
version: "21.0.
|
|
282
|
+
version: "21.0.5",
|
|
283
283
|
ngImport: i0,
|
|
284
284
|
type: HttpClientTestingModule,
|
|
285
285
|
imports: [HttpClientModule]
|
|
286
286
|
});
|
|
287
287
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
288
288
|
minVersion: "12.0.0",
|
|
289
|
-
version: "21.0.
|
|
289
|
+
version: "21.0.5",
|
|
290
290
|
ngImport: i0,
|
|
291
291
|
type: HttpClientTestingModule,
|
|
292
292
|
providers: [provideHttpClientTesting()],
|
|
@@ -295,7 +295,7 @@ class HttpClientTestingModule {
|
|
|
295
295
|
}
|
|
296
296
|
i0.ɵɵngDeclareClassMetadata({
|
|
297
297
|
minVersion: "12.0.0",
|
|
298
|
-
version: "21.0.
|
|
298
|
+
version: "21.0.5",
|
|
299
299
|
ngImport: i0,
|
|
300
300
|
type: HttpClientTestingModule,
|
|
301
301
|
decorators: [{
|
package/fesm2022/http.mjs
CHANGED
package/fesm2022/testing.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
|
*/
|
|
@@ -202,7 +202,7 @@ class MockPlatformLocation {
|
|
|
202
202
|
}
|
|
203
203
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
204
204
|
minVersion: "12.0.0",
|
|
205
|
-
version: "21.0.
|
|
205
|
+
version: "21.0.5",
|
|
206
206
|
ngImport: i0,
|
|
207
207
|
type: MockPlatformLocation,
|
|
208
208
|
deps: [{
|
|
@@ -213,14 +213,14 @@ class MockPlatformLocation {
|
|
|
213
213
|
});
|
|
214
214
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
215
215
|
minVersion: "12.0.0",
|
|
216
|
-
version: "21.0.
|
|
216
|
+
version: "21.0.5",
|
|
217
217
|
ngImport: i0,
|
|
218
218
|
type: MockPlatformLocation
|
|
219
219
|
});
|
|
220
220
|
}
|
|
221
221
|
i0.ɵɵngDeclareClassMetadata({
|
|
222
222
|
minVersion: "12.0.0",
|
|
223
|
-
version: "21.0.
|
|
223
|
+
version: "21.0.5",
|
|
224
224
|
ngImport: i0,
|
|
225
225
|
type: MockPlatformLocation,
|
|
226
226
|
decorators: [{
|
|
@@ -300,7 +300,7 @@ class FakeNavigationPlatformLocation {
|
|
|
300
300
|
}
|
|
301
301
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
302
302
|
minVersion: "12.0.0",
|
|
303
|
-
version: "21.0.
|
|
303
|
+
version: "21.0.5",
|
|
304
304
|
ngImport: i0,
|
|
305
305
|
type: FakeNavigationPlatformLocation,
|
|
306
306
|
deps: [],
|
|
@@ -308,14 +308,14 @@ class FakeNavigationPlatformLocation {
|
|
|
308
308
|
});
|
|
309
309
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
310
310
|
minVersion: "12.0.0",
|
|
311
|
-
version: "21.0.
|
|
311
|
+
version: "21.0.5",
|
|
312
312
|
ngImport: i0,
|
|
313
313
|
type: FakeNavigationPlatformLocation
|
|
314
314
|
});
|
|
315
315
|
}
|
|
316
316
|
i0.ɵɵngDeclareClassMetadata({
|
|
317
317
|
minVersion: "12.0.0",
|
|
318
|
-
version: "21.0.
|
|
318
|
+
version: "21.0.5",
|
|
319
319
|
ngImport: i0,
|
|
320
320
|
type: FakeNavigationPlatformLocation,
|
|
321
321
|
decorators: [{
|
|
@@ -499,7 +499,7 @@ class SpyLocation {
|
|
|
499
499
|
}
|
|
500
500
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
501
501
|
minVersion: "12.0.0",
|
|
502
|
-
version: "21.0.
|
|
502
|
+
version: "21.0.5",
|
|
503
503
|
ngImport: i0,
|
|
504
504
|
type: SpyLocation,
|
|
505
505
|
deps: [],
|
|
@@ -507,14 +507,14 @@ class SpyLocation {
|
|
|
507
507
|
});
|
|
508
508
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
509
509
|
minVersion: "12.0.0",
|
|
510
|
-
version: "21.0.
|
|
510
|
+
version: "21.0.5",
|
|
511
511
|
ngImport: i0,
|
|
512
512
|
type: SpyLocation
|
|
513
513
|
});
|
|
514
514
|
}
|
|
515
515
|
i0.ɵɵngDeclareClassMetadata({
|
|
516
516
|
minVersion: "12.0.0",
|
|
517
|
-
version: "21.0.
|
|
517
|
+
version: "21.0.5",
|
|
518
518
|
ngImport: i0,
|
|
519
519
|
type: SpyLocation,
|
|
520
520
|
decorators: [{
|
|
@@ -595,7 +595,7 @@ class MockLocationStrategy extends LocationStrategy {
|
|
|
595
595
|
}
|
|
596
596
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
597
597
|
minVersion: "12.0.0",
|
|
598
|
-
version: "21.0.
|
|
598
|
+
version: "21.0.5",
|
|
599
599
|
ngImport: i0,
|
|
600
600
|
type: MockLocationStrategy,
|
|
601
601
|
deps: [],
|
|
@@ -603,14 +603,14 @@ class MockLocationStrategy extends LocationStrategy {
|
|
|
603
603
|
});
|
|
604
604
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
605
605
|
minVersion: "12.0.0",
|
|
606
|
-
version: "21.0.
|
|
606
|
+
version: "21.0.5",
|
|
607
607
|
ngImport: i0,
|
|
608
608
|
type: MockLocationStrategy
|
|
609
609
|
});
|
|
610
610
|
}
|
|
611
611
|
i0.ɵɵngDeclareClassMetadata({
|
|
612
612
|
minVersion: "12.0.0",
|
|
613
|
-
version: "21.0.
|
|
613
|
+
version: "21.0.5",
|
|
614
614
|
ngImport: i0,
|
|
615
615
|
type: MockLocationStrategy,
|
|
616
616
|
decorators: [{
|
package/fesm2022/upgrade.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
|
*/
|
|
@@ -601,7 +601,7 @@ class LocationUpgradeModule {
|
|
|
601
601
|
}
|
|
602
602
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
603
603
|
minVersion: "12.0.0",
|
|
604
|
-
version: "21.0.
|
|
604
|
+
version: "21.0.5",
|
|
605
605
|
ngImport: i0,
|
|
606
606
|
type: LocationUpgradeModule,
|
|
607
607
|
deps: [],
|
|
@@ -609,14 +609,14 @@ class LocationUpgradeModule {
|
|
|
609
609
|
});
|
|
610
610
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
611
611
|
minVersion: "14.0.0",
|
|
612
|
-
version: "21.0.
|
|
612
|
+
version: "21.0.5",
|
|
613
613
|
ngImport: i0,
|
|
614
614
|
type: LocationUpgradeModule,
|
|
615
615
|
imports: [CommonModule]
|
|
616
616
|
});
|
|
617
617
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
618
618
|
minVersion: "12.0.0",
|
|
619
|
-
version: "21.0.
|
|
619
|
+
version: "21.0.5",
|
|
620
620
|
ngImport: i0,
|
|
621
621
|
type: LocationUpgradeModule,
|
|
622
622
|
imports: [CommonModule]
|
|
@@ -624,7 +624,7 @@ class LocationUpgradeModule {
|
|
|
624
624
|
}
|
|
625
625
|
i0.ɵɵngDeclareClassMetadata({
|
|
626
626
|
minVersion: "12.0.0",
|
|
627
|
-
version: "21.0.
|
|
627
|
+
version: "21.0.5",
|
|
628
628
|
ngImport: i0,
|
|
629
629
|
type: LocationUpgradeModule,
|
|
630
630
|
decorators: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/common",
|
|
3
|
-
"version": "21.0.
|
|
3
|
+
"version": "21.0.5",
|
|
4
4
|
"description": "Angular - commonly needed directives and services",
|
|
5
5
|
"author": "angular",
|
|
6
6
|
"license": "MIT",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
|
-
"@angular/core": "21.0.
|
|
47
|
+
"@angular/core": "21.0.5",
|
|
48
48
|
"rxjs": "^6.5.3 || ^7.4.0"
|
|
49
49
|
},
|
|
50
50
|
"repository": {
|
package/types/_module-chunk.d.ts
CHANGED
package/types/_xhr-chunk.d.ts
CHANGED
package/types/common.d.ts
CHANGED
package/types/http-testing.d.ts
CHANGED
package/types/http.d.ts
CHANGED
package/types/testing.d.ts
CHANGED
package/types/upgrade.d.ts
CHANGED