@angular/common 21.0.1 → 21.0.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 +16 -16
- package/fesm2022/_module-chunk.mjs +46 -46
- 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.2
|
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -226,7 +226,7 @@ class HttpClientTestingBackend {
|
|
|
226
226
|
}
|
|
227
227
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
228
228
|
minVersion: "12.0.0",
|
|
229
|
-
version: "21.0.
|
|
229
|
+
version: "21.0.2",
|
|
230
230
|
ngImport: i0,
|
|
231
231
|
type: HttpClientTestingBackend,
|
|
232
232
|
deps: [],
|
|
@@ -234,14 +234,14 @@ class HttpClientTestingBackend {
|
|
|
234
234
|
});
|
|
235
235
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
236
236
|
minVersion: "12.0.0",
|
|
237
|
-
version: "21.0.
|
|
237
|
+
version: "21.0.2",
|
|
238
238
|
ngImport: i0,
|
|
239
239
|
type: HttpClientTestingBackend
|
|
240
240
|
});
|
|
241
241
|
}
|
|
242
242
|
i0.ɵɵngDeclareClassMetadata({
|
|
243
243
|
minVersion: "12.0.0",
|
|
244
|
-
version: "21.0.
|
|
244
|
+
version: "21.0.2",
|
|
245
245
|
ngImport: i0,
|
|
246
246
|
type: HttpClientTestingBackend,
|
|
247
247
|
decorators: [{
|
|
@@ -270,7 +270,7 @@ function provideHttpClientTesting() {
|
|
|
270
270
|
class HttpClientTestingModule {
|
|
271
271
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
272
272
|
minVersion: "12.0.0",
|
|
273
|
-
version: "21.0.
|
|
273
|
+
version: "21.0.2",
|
|
274
274
|
ngImport: i0,
|
|
275
275
|
type: HttpClientTestingModule,
|
|
276
276
|
deps: [],
|
|
@@ -278,14 +278,14 @@ class HttpClientTestingModule {
|
|
|
278
278
|
});
|
|
279
279
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
280
280
|
minVersion: "14.0.0",
|
|
281
|
-
version: "21.0.
|
|
281
|
+
version: "21.0.2",
|
|
282
282
|
ngImport: i0,
|
|
283
283
|
type: HttpClientTestingModule,
|
|
284
284
|
imports: [HttpClientModule]
|
|
285
285
|
});
|
|
286
286
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
287
287
|
minVersion: "12.0.0",
|
|
288
|
-
version: "21.0.
|
|
288
|
+
version: "21.0.2",
|
|
289
289
|
ngImport: i0,
|
|
290
290
|
type: HttpClientTestingModule,
|
|
291
291
|
providers: [provideHttpClientTesting()],
|
|
@@ -294,7 +294,7 @@ class HttpClientTestingModule {
|
|
|
294
294
|
}
|
|
295
295
|
i0.ɵɵngDeclareClassMetadata({
|
|
296
296
|
minVersion: "12.0.0",
|
|
297
|
-
version: "21.0.
|
|
297
|
+
version: "21.0.2",
|
|
298
298
|
ngImport: i0,
|
|
299
299
|
type: HttpClientTestingModule,
|
|
300
300
|
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.2
|
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -201,7 +201,7 @@ class MockPlatformLocation {
|
|
|
201
201
|
}
|
|
202
202
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
203
203
|
minVersion: "12.0.0",
|
|
204
|
-
version: "21.0.
|
|
204
|
+
version: "21.0.2",
|
|
205
205
|
ngImport: i0,
|
|
206
206
|
type: MockPlatformLocation,
|
|
207
207
|
deps: [{
|
|
@@ -212,14 +212,14 @@ class MockPlatformLocation {
|
|
|
212
212
|
});
|
|
213
213
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
214
214
|
minVersion: "12.0.0",
|
|
215
|
-
version: "21.0.
|
|
215
|
+
version: "21.0.2",
|
|
216
216
|
ngImport: i0,
|
|
217
217
|
type: MockPlatformLocation
|
|
218
218
|
});
|
|
219
219
|
}
|
|
220
220
|
i0.ɵɵngDeclareClassMetadata({
|
|
221
221
|
minVersion: "12.0.0",
|
|
222
|
-
version: "21.0.
|
|
222
|
+
version: "21.0.2",
|
|
223
223
|
ngImport: i0,
|
|
224
224
|
type: MockPlatformLocation,
|
|
225
225
|
decorators: [{
|
|
@@ -299,7 +299,7 @@ class FakeNavigationPlatformLocation {
|
|
|
299
299
|
}
|
|
300
300
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
301
301
|
minVersion: "12.0.0",
|
|
302
|
-
version: "21.0.
|
|
302
|
+
version: "21.0.2",
|
|
303
303
|
ngImport: i0,
|
|
304
304
|
type: FakeNavigationPlatformLocation,
|
|
305
305
|
deps: [],
|
|
@@ -307,14 +307,14 @@ class FakeNavigationPlatformLocation {
|
|
|
307
307
|
});
|
|
308
308
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
309
309
|
minVersion: "12.0.0",
|
|
310
|
-
version: "21.0.
|
|
310
|
+
version: "21.0.2",
|
|
311
311
|
ngImport: i0,
|
|
312
312
|
type: FakeNavigationPlatformLocation
|
|
313
313
|
});
|
|
314
314
|
}
|
|
315
315
|
i0.ɵɵngDeclareClassMetadata({
|
|
316
316
|
minVersion: "12.0.0",
|
|
317
|
-
version: "21.0.
|
|
317
|
+
version: "21.0.2",
|
|
318
318
|
ngImport: i0,
|
|
319
319
|
type: FakeNavigationPlatformLocation,
|
|
320
320
|
decorators: [{
|
|
@@ -498,7 +498,7 @@ class SpyLocation {
|
|
|
498
498
|
}
|
|
499
499
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
500
500
|
minVersion: "12.0.0",
|
|
501
|
-
version: "21.0.
|
|
501
|
+
version: "21.0.2",
|
|
502
502
|
ngImport: i0,
|
|
503
503
|
type: SpyLocation,
|
|
504
504
|
deps: [],
|
|
@@ -506,14 +506,14 @@ class SpyLocation {
|
|
|
506
506
|
});
|
|
507
507
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
508
508
|
minVersion: "12.0.0",
|
|
509
|
-
version: "21.0.
|
|
509
|
+
version: "21.0.2",
|
|
510
510
|
ngImport: i0,
|
|
511
511
|
type: SpyLocation
|
|
512
512
|
});
|
|
513
513
|
}
|
|
514
514
|
i0.ɵɵngDeclareClassMetadata({
|
|
515
515
|
minVersion: "12.0.0",
|
|
516
|
-
version: "21.0.
|
|
516
|
+
version: "21.0.2",
|
|
517
517
|
ngImport: i0,
|
|
518
518
|
type: SpyLocation,
|
|
519
519
|
decorators: [{
|
|
@@ -594,7 +594,7 @@ class MockLocationStrategy extends LocationStrategy {
|
|
|
594
594
|
}
|
|
595
595
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
596
596
|
minVersion: "12.0.0",
|
|
597
|
-
version: "21.0.
|
|
597
|
+
version: "21.0.2",
|
|
598
598
|
ngImport: i0,
|
|
599
599
|
type: MockLocationStrategy,
|
|
600
600
|
deps: [],
|
|
@@ -602,14 +602,14 @@ class MockLocationStrategy extends LocationStrategy {
|
|
|
602
602
|
});
|
|
603
603
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
604
604
|
minVersion: "12.0.0",
|
|
605
|
-
version: "21.0.
|
|
605
|
+
version: "21.0.2",
|
|
606
606
|
ngImport: i0,
|
|
607
607
|
type: MockLocationStrategy
|
|
608
608
|
});
|
|
609
609
|
}
|
|
610
610
|
i0.ɵɵngDeclareClassMetadata({
|
|
611
611
|
minVersion: "12.0.0",
|
|
612
|
-
version: "21.0.
|
|
612
|
+
version: "21.0.2",
|
|
613
613
|
ngImport: i0,
|
|
614
614
|
type: MockLocationStrategy,
|
|
615
615
|
decorators: [{
|
package/fesm2022/upgrade.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.0.
|
|
2
|
+
* @license Angular v21.0.2
|
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -600,7 +600,7 @@ class LocationUpgradeModule {
|
|
|
600
600
|
}
|
|
601
601
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
602
602
|
minVersion: "12.0.0",
|
|
603
|
-
version: "21.0.
|
|
603
|
+
version: "21.0.2",
|
|
604
604
|
ngImport: i0,
|
|
605
605
|
type: LocationUpgradeModule,
|
|
606
606
|
deps: [],
|
|
@@ -608,14 +608,14 @@ class LocationUpgradeModule {
|
|
|
608
608
|
});
|
|
609
609
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
610
610
|
minVersion: "14.0.0",
|
|
611
|
-
version: "21.0.
|
|
611
|
+
version: "21.0.2",
|
|
612
612
|
ngImport: i0,
|
|
613
613
|
type: LocationUpgradeModule,
|
|
614
614
|
imports: [CommonModule]
|
|
615
615
|
});
|
|
616
616
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
617
617
|
minVersion: "12.0.0",
|
|
618
|
-
version: "21.0.
|
|
618
|
+
version: "21.0.2",
|
|
619
619
|
ngImport: i0,
|
|
620
620
|
type: LocationUpgradeModule,
|
|
621
621
|
imports: [CommonModule]
|
|
@@ -623,7 +623,7 @@ class LocationUpgradeModule {
|
|
|
623
623
|
}
|
|
624
624
|
i0.ɵɵngDeclareClassMetadata({
|
|
625
625
|
minVersion: "12.0.0",
|
|
626
|
-
version: "21.0.
|
|
626
|
+
version: "21.0.2",
|
|
627
627
|
ngImport: i0,
|
|
628
628
|
type: LocationUpgradeModule,
|
|
629
629
|
decorators: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/common",
|
|
3
|
-
"version": "21.0.
|
|
3
|
+
"version": "21.0.2",
|
|
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.2",
|
|
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