@angular/common 21.0.6 → 21.0.8
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 +5 -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.8
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.8
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
319
319
|
ngImport: i0,
|
|
320
320
|
type: FakeNavigationPlatformLocation,
|
|
321
321
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.8
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.0.
|
|
2
|
+
* @license Angular v21.0.8
|
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -905,6 +905,7 @@ declare class NullViewportScroller implements ViewportScroller {
|
|
|
905
905
|
* @param path Your domain name, e.g. https://mysite.com
|
|
906
906
|
* @returns Provider that provides an ImageLoader function
|
|
907
907
|
*
|
|
908
|
+
* @see [Image Optimization Guide](guide/image-optimization)
|
|
908
909
|
* @publicApi
|
|
909
910
|
*/
|
|
910
911
|
declare const provideCloudflareLoader: (path: string) => Provider[];
|
|
@@ -963,6 +964,7 @@ declare const IMAGE_LOADER: InjectionToken<ImageLoader>;
|
|
|
963
964
|
* https://subdomain.mysite.com
|
|
964
965
|
* @returns Set of providers to configure the Cloudinary loader.
|
|
965
966
|
*
|
|
967
|
+
* @see [Image Optimization Guide](guide/image-optimization)
|
|
966
968
|
* @publicApi
|
|
967
969
|
*/
|
|
968
970
|
declare const provideCloudinaryLoader: (path: string) => Provider[];
|
|
@@ -976,6 +978,7 @@ declare const provideCloudinaryLoader: (path: string) => Provider[];
|
|
|
976
978
|
* https://subdomain.mysite.com
|
|
977
979
|
* @returns Set of providers to configure the ImageKit loader.
|
|
978
980
|
*
|
|
981
|
+
* @see [Image Optimization Guide](guide/image-optimization)
|
|
979
982
|
* @publicApi
|
|
980
983
|
*/
|
|
981
984
|
declare const provideImageKitLoader: (path: string) => Provider[];
|
|
@@ -987,6 +990,7 @@ declare const provideImageKitLoader: (path: string) => Provider[];
|
|
|
987
990
|
* e.g. https://somepath.imgix.net or https://images.mysite.com
|
|
988
991
|
* @returns Set of providers to configure the Imgix loader.
|
|
989
992
|
*
|
|
993
|
+
* @see [Image Optimization Guide](guide/image-optimization)
|
|
990
994
|
* @publicApi
|
|
991
995
|
*/
|
|
992
996
|
declare const provideImgixLoader: (path: string) => Provider[];
|
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