@angular/common 21.1.0-rc.0 → 21.1.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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.1.0-rc.0
2
+ * @license Angular v21.1.1
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: "21.1.0-rc.0",
34
+ version: "21.1.1",
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: "21.1.0-rc.0",
42
+ version: "21.1.1",
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: "21.1.0-rc.0",
51
+ version: "21.1.1",
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: "21.1.0-rc.0",
113
+ version: "21.1.1",
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: "21.1.0-rc.0",
126
+ version: "21.1.1",
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: "21.1.0-rc.0",
134
+ version: "21.1.1",
135
135
  ngImport: i0,
136
136
  type: PathLocationStrategy,
137
137
  decorators: [{
@@ -240,7 +240,7 @@ class Location {
240
240
  static stripTrailingSlash = stripTrailingSlash;
241
241
  static ɵfac = i0.ɵɵngDeclareFactory({
242
242
  minVersion: "12.0.0",
243
- version: "21.1.0-rc.0",
243
+ version: "21.1.1",
244
244
  ngImport: i0,
245
245
  type: Location,
246
246
  deps: [{
@@ -250,7 +250,7 @@ class Location {
250
250
  });
251
251
  static ɵprov = i0.ɵɵngDeclareInjectable({
252
252
  minVersion: "12.0.0",
253
- version: "21.1.0-rc.0",
253
+ version: "21.1.1",
254
254
  ngImport: i0,
255
255
  type: Location,
256
256
  providedIn: 'root',
@@ -259,7 +259,7 @@ class Location {
259
259
  }
260
260
  i0.ɵɵngDeclareClassMetadata({
261
261
  minVersion: "12.0.0",
262
- version: "21.1.0-rc.0",
262
+ version: "21.1.1",
263
263
  ngImport: i0,
264
264
  type: Location,
265
265
  decorators: [{
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.1.0-rc.0
2
+ * @license Angular v21.1.1
3
3
  * (c) 2010-2026 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
@@ -975,7 +975,7 @@ class FetchBackend {
975
975
  }
976
976
  static ɵfac = i0.ɵɵngDeclareFactory({
977
977
  minVersion: "12.0.0",
978
- version: "21.1.0-rc.0",
978
+ version: "21.1.1",
979
979
  ngImport: i0,
980
980
  type: FetchBackend,
981
981
  deps: [],
@@ -983,14 +983,14 @@ class FetchBackend {
983
983
  });
984
984
  static ɵprov = i0.ɵɵngDeclareInjectable({
985
985
  minVersion: "12.0.0",
986
- version: "21.1.0-rc.0",
986
+ version: "21.1.1",
987
987
  ngImport: i0,
988
988
  type: FetchBackend
989
989
  });
990
990
  }
991
991
  i0.ɵɵngDeclareClassMetadata({
992
992
  minVersion: "12.0.0",
993
- version: "21.1.0-rc.0",
993
+ version: "21.1.1",
994
994
  ngImport: i0,
995
995
  type: FetchBackend,
996
996
  decorators: [{
@@ -1245,7 +1245,7 @@ class HttpXhrBackend {
1245
1245
  }
1246
1246
  static ɵfac = i0.ɵɵngDeclareFactory({
1247
1247
  minVersion: "12.0.0",
1248
- version: "21.1.0-rc.0",
1248
+ version: "21.1.1",
1249
1249
  ngImport: i0,
1250
1250
  type: HttpXhrBackend,
1251
1251
  deps: [{
@@ -1255,7 +1255,7 @@ class HttpXhrBackend {
1255
1255
  });
1256
1256
  static ɵprov = i0.ɵɵngDeclareInjectable({
1257
1257
  minVersion: "12.0.0",
1258
- version: "21.1.0-rc.0",
1258
+ version: "21.1.1",
1259
1259
  ngImport: i0,
1260
1260
  type: HttpXhrBackend,
1261
1261
  providedIn: 'root'
@@ -1263,7 +1263,7 @@ class HttpXhrBackend {
1263
1263
  }
1264
1264
  i0.ɵɵngDeclareClassMetadata({
1265
1265
  minVersion: "12.0.0",
1266
- version: "21.1.0-rc.0",
1266
+ version: "21.1.1",
1267
1267
  ngImport: i0,
1268
1268
  type: HttpXhrBackend,
1269
1269
  decorators: [{
@@ -1319,7 +1319,7 @@ function legacyInterceptorFnFactory() {
1319
1319
  class HttpBackend {
1320
1320
  static ɵfac = i0.ɵɵngDeclareFactory({
1321
1321
  minVersion: "12.0.0",
1322
- version: "21.1.0-rc.0",
1322
+ version: "21.1.1",
1323
1323
  ngImport: i0,
1324
1324
  type: HttpBackend,
1325
1325
  deps: [],
@@ -1327,7 +1327,7 @@ class HttpBackend {
1327
1327
  });
1328
1328
  static ɵprov = i0.ɵɵngDeclareInjectable({
1329
1329
  minVersion: "12.0.0",
1330
- version: "21.1.0-rc.0",
1330
+ version: "21.1.1",
1331
1331
  ngImport: i0,
1332
1332
  type: HttpBackend,
1333
1333
  providedIn: 'root',
@@ -1336,7 +1336,7 @@ class HttpBackend {
1336
1336
  }
1337
1337
  i0.ɵɵngDeclareClassMetadata({
1338
1338
  minVersion: "12.0.0",
1339
- version: "21.1.0-rc.0",
1339
+ version: "21.1.1",
1340
1340
  ngImport: i0,
1341
1341
  type: HttpBackend,
1342
1342
  decorators: [{
@@ -1379,7 +1379,7 @@ class HttpInterceptorHandler {
1379
1379
  }
1380
1380
  static ɵfac = i0.ɵɵngDeclareFactory({
1381
1381
  minVersion: "12.0.0",
1382
- version: "21.1.0-rc.0",
1382
+ version: "21.1.1",
1383
1383
  ngImport: i0,
1384
1384
  type: HttpInterceptorHandler,
1385
1385
  deps: [{
@@ -1391,7 +1391,7 @@ class HttpInterceptorHandler {
1391
1391
  });
1392
1392
  static ɵprov = i0.ɵɵngDeclareInjectable({
1393
1393
  minVersion: "12.0.0",
1394
- version: "21.1.0-rc.0",
1394
+ version: "21.1.1",
1395
1395
  ngImport: i0,
1396
1396
  type: HttpInterceptorHandler,
1397
1397
  providedIn: 'root'
@@ -1399,7 +1399,7 @@ class HttpInterceptorHandler {
1399
1399
  }
1400
1400
  i0.ɵɵngDeclareClassMetadata({
1401
1401
  minVersion: "12.0.0",
1402
- version: "21.1.0-rc.0",
1402
+ version: "21.1.1",
1403
1403
  ngImport: i0,
1404
1404
  type: HttpInterceptorHandler,
1405
1405
  decorators: [{
@@ -1417,7 +1417,7 @@ i0.ɵɵngDeclareClassMetadata({
1417
1417
  class HttpHandler {
1418
1418
  static ɵfac = i0.ɵɵngDeclareFactory({
1419
1419
  minVersion: "12.0.0",
1420
- version: "21.1.0-rc.0",
1420
+ version: "21.1.1",
1421
1421
  ngImport: i0,
1422
1422
  type: HttpHandler,
1423
1423
  deps: [],
@@ -1425,7 +1425,7 @@ class HttpHandler {
1425
1425
  });
1426
1426
  static ɵprov = i0.ɵɵngDeclareInjectable({
1427
1427
  minVersion: "12.0.0",
1428
- version: "21.1.0-rc.0",
1428
+ version: "21.1.1",
1429
1429
  ngImport: i0,
1430
1430
  type: HttpHandler,
1431
1431
  providedIn: 'root',
@@ -1434,7 +1434,7 @@ class HttpHandler {
1434
1434
  }
1435
1435
  i0.ɵɵngDeclareClassMetadata({
1436
1436
  minVersion: "12.0.0",
1437
- version: "21.1.0-rc.0",
1437
+ version: "21.1.1",
1438
1438
  ngImport: i0,
1439
1439
  type: HttpHandler,
1440
1440
  decorators: [{
@@ -1584,7 +1584,7 @@ class HttpClient {
1584
1584
  }
1585
1585
  static ɵfac = i0.ɵɵngDeclareFactory({
1586
1586
  minVersion: "12.0.0",
1587
- version: "21.1.0-rc.0",
1587
+ version: "21.1.1",
1588
1588
  ngImport: i0,
1589
1589
  type: HttpClient,
1590
1590
  deps: [{
@@ -1594,7 +1594,7 @@ class HttpClient {
1594
1594
  });
1595
1595
  static ɵprov = i0.ɵɵngDeclareInjectable({
1596
1596
  minVersion: "12.0.0",
1597
- version: "21.1.0-rc.0",
1597
+ version: "21.1.1",
1598
1598
  ngImport: i0,
1599
1599
  type: HttpClient,
1600
1600
  providedIn: 'root'
@@ -1602,7 +1602,7 @@ class HttpClient {
1602
1602
  }
1603
1603
  i0.ɵɵngDeclareClassMetadata({
1604
1604
  minVersion: "12.0.0",
1605
- version: "21.1.0-rc.0",
1605
+ version: "21.1.1",
1606
1606
  ngImport: i0,
1607
1607
  type: HttpClient,
1608
1608
  decorators: [{
@@ -1717,7 +1717,7 @@ class JsonpClientBackend {
1717
1717
  }
1718
1718
  static ɵfac = i0.ɵɵngDeclareFactory({
1719
1719
  minVersion: "12.0.0",
1720
- version: "21.1.0-rc.0",
1720
+ version: "21.1.1",
1721
1721
  ngImport: i0,
1722
1722
  type: JsonpClientBackend,
1723
1723
  deps: [{
@@ -1729,14 +1729,14 @@ class JsonpClientBackend {
1729
1729
  });
1730
1730
  static ɵprov = i0.ɵɵngDeclareInjectable({
1731
1731
  minVersion: "12.0.0",
1732
- version: "21.1.0-rc.0",
1732
+ version: "21.1.1",
1733
1733
  ngImport: i0,
1734
1734
  type: JsonpClientBackend
1735
1735
  });
1736
1736
  }
1737
1737
  i0.ɵɵngDeclareClassMetadata({
1738
1738
  minVersion: "12.0.0",
1739
- version: "21.1.0-rc.0",
1739
+ version: "21.1.1",
1740
1740
  ngImport: i0,
1741
1741
  type: JsonpClientBackend,
1742
1742
  decorators: [{
@@ -1768,7 +1768,7 @@ class JsonpInterceptor {
1768
1768
  }
1769
1769
  static ɵfac = i0.ɵɵngDeclareFactory({
1770
1770
  minVersion: "12.0.0",
1771
- version: "21.1.0-rc.0",
1771
+ version: "21.1.1",
1772
1772
  ngImport: i0,
1773
1773
  type: JsonpInterceptor,
1774
1774
  deps: [{
@@ -1778,14 +1778,14 @@ class JsonpInterceptor {
1778
1778
  });
1779
1779
  static ɵprov = i0.ɵɵngDeclareInjectable({
1780
1780
  minVersion: "12.0.0",
1781
- version: "21.1.0-rc.0",
1781
+ version: "21.1.1",
1782
1782
  ngImport: i0,
1783
1783
  type: JsonpInterceptor
1784
1784
  });
1785
1785
  }
1786
1786
  i0.ɵɵngDeclareClassMetadata({
1787
1787
  minVersion: "12.0.0",
1788
- version: "21.1.0-rc.0",
1788
+ version: "21.1.1",
1789
1789
  ngImport: i0,
1790
1790
  type: JsonpInterceptor,
1791
1791
  decorators: [{
@@ -1805,7 +1805,6 @@ const XSRF_COOKIE_NAME = new InjectionToken(typeof ngDevMode !== 'undefined' &&
1805
1805
  });
1806
1806
  const XSRF_DEFAULT_HEADER_NAME = 'X-XSRF-TOKEN';
1807
1807
  const XSRF_HEADER_NAME = new InjectionToken(typeof ngDevMode !== 'undefined' && ngDevMode ? 'XSRF_HEADER_NAME' : '', {
1808
- providedIn: 'root',
1809
1808
  factory: () => XSRF_DEFAULT_HEADER_NAME
1810
1809
  });
1811
1810
  class HttpXsrfCookieExtractor {
@@ -1828,7 +1827,7 @@ class HttpXsrfCookieExtractor {
1828
1827
  }
1829
1828
  static ɵfac = i0.ɵɵngDeclareFactory({
1830
1829
  minVersion: "12.0.0",
1831
- version: "21.1.0-rc.0",
1830
+ version: "21.1.1",
1832
1831
  ngImport: i0,
1833
1832
  type: HttpXsrfCookieExtractor,
1834
1833
  deps: [],
@@ -1836,7 +1835,7 @@ class HttpXsrfCookieExtractor {
1836
1835
  });
1837
1836
  static ɵprov = i0.ɵɵngDeclareInjectable({
1838
1837
  minVersion: "12.0.0",
1839
- version: "21.1.0-rc.0",
1838
+ version: "21.1.1",
1840
1839
  ngImport: i0,
1841
1840
  type: HttpXsrfCookieExtractor,
1842
1841
  providedIn: 'root'
@@ -1844,7 +1843,7 @@ class HttpXsrfCookieExtractor {
1844
1843
  }
1845
1844
  i0.ɵɵngDeclareClassMetadata({
1846
1845
  minVersion: "12.0.0",
1847
- version: "21.1.0-rc.0",
1846
+ version: "21.1.1",
1848
1847
  ngImport: i0,
1849
1848
  type: HttpXsrfCookieExtractor,
1850
1849
  decorators: [{
@@ -1857,7 +1856,7 @@ i0.ɵɵngDeclareClassMetadata({
1857
1856
  class HttpXsrfTokenExtractor {
1858
1857
  static ɵfac = i0.ɵɵngDeclareFactory({
1859
1858
  minVersion: "12.0.0",
1860
- version: "21.1.0-rc.0",
1859
+ version: "21.1.1",
1861
1860
  ngImport: i0,
1862
1861
  type: HttpXsrfTokenExtractor,
1863
1862
  deps: [],
@@ -1865,7 +1864,7 @@ class HttpXsrfTokenExtractor {
1865
1864
  });
1866
1865
  static ɵprov = i0.ɵɵngDeclareInjectable({
1867
1866
  minVersion: "12.0.0",
1868
- version: "21.1.0-rc.0",
1867
+ version: "21.1.1",
1869
1868
  ngImport: i0,
1870
1869
  type: HttpXsrfTokenExtractor,
1871
1870
  providedIn: 'root',
@@ -1874,7 +1873,7 @@ class HttpXsrfTokenExtractor {
1874
1873
  }
1875
1874
  i0.ɵɵngDeclareClassMetadata({
1876
1875
  minVersion: "12.0.0",
1877
- version: "21.1.0-rc.0",
1876
+ version: "21.1.1",
1878
1877
  ngImport: i0,
1879
1878
  type: HttpXsrfTokenExtractor,
1880
1879
  decorators: [{
@@ -1919,7 +1918,7 @@ class HttpXsrfInterceptor {
1919
1918
  }
1920
1919
  static ɵfac = i0.ɵɵngDeclareFactory({
1921
1920
  minVersion: "12.0.0",
1922
- version: "21.1.0-rc.0",
1921
+ version: "21.1.1",
1923
1922
  ngImport: i0,
1924
1923
  type: HttpXsrfInterceptor,
1925
1924
  deps: [],
@@ -1927,14 +1926,14 @@ class HttpXsrfInterceptor {
1927
1926
  });
1928
1927
  static ɵprov = i0.ɵɵngDeclareInjectable({
1929
1928
  minVersion: "12.0.0",
1930
- version: "21.1.0-rc.0",
1929
+ version: "21.1.1",
1931
1930
  ngImport: i0,
1932
1931
  type: HttpXsrfInterceptor
1933
1932
  });
1934
1933
  }
1935
1934
  i0.ɵɵngDeclareClassMetadata({
1936
1935
  minVersion: "12.0.0",
1937
- version: "21.1.0-rc.0",
1936
+ version: "21.1.1",
1938
1937
  ngImport: i0,
1939
1938
  type: HttpXsrfInterceptor,
1940
1939
  decorators: [{
@@ -2080,7 +2079,7 @@ class HttpClientXsrfModule {
2080
2079
  }
2081
2080
  static ɵfac = i0.ɵɵngDeclareFactory({
2082
2081
  minVersion: "12.0.0",
2083
- version: "21.1.0-rc.0",
2082
+ version: "21.1.1",
2084
2083
  ngImport: i0,
2085
2084
  type: HttpClientXsrfModule,
2086
2085
  deps: [],
@@ -2088,13 +2087,13 @@ class HttpClientXsrfModule {
2088
2087
  });
2089
2088
  static ɵmod = i0.ɵɵngDeclareNgModule({
2090
2089
  minVersion: "14.0.0",
2091
- version: "21.1.0-rc.0",
2090
+ version: "21.1.1",
2092
2091
  ngImport: i0,
2093
2092
  type: HttpClientXsrfModule
2094
2093
  });
2095
2094
  static ɵinj = i0.ɵɵngDeclareInjector({
2096
2095
  minVersion: "12.0.0",
2097
- version: "21.1.0-rc.0",
2096
+ version: "21.1.1",
2098
2097
  ngImport: i0,
2099
2098
  type: HttpClientXsrfModule,
2100
2099
  providers: [HttpXsrfInterceptor, {
@@ -2115,7 +2114,7 @@ class HttpClientXsrfModule {
2115
2114
  }
2116
2115
  i0.ɵɵngDeclareClassMetadata({
2117
2116
  minVersion: "12.0.0",
2118
- version: "21.1.0-rc.0",
2117
+ version: "21.1.1",
2119
2118
  ngImport: i0,
2120
2119
  type: HttpClientXsrfModule,
2121
2120
  decorators: [{
@@ -2141,7 +2140,7 @@ i0.ɵɵngDeclareClassMetadata({
2141
2140
  class HttpClientModule {
2142
2141
  static ɵfac = i0.ɵɵngDeclareFactory({
2143
2142
  minVersion: "12.0.0",
2144
- version: "21.1.0-rc.0",
2143
+ version: "21.1.1",
2145
2144
  ngImport: i0,
2146
2145
  type: HttpClientModule,
2147
2146
  deps: [],
@@ -2149,13 +2148,13 @@ class HttpClientModule {
2149
2148
  });
2150
2149
  static ɵmod = i0.ɵɵngDeclareNgModule({
2151
2150
  minVersion: "14.0.0",
2152
- version: "21.1.0-rc.0",
2151
+ version: "21.1.1",
2153
2152
  ngImport: i0,
2154
2153
  type: HttpClientModule
2155
2154
  });
2156
2155
  static ɵinj = i0.ɵɵngDeclareInjector({
2157
2156
  minVersion: "12.0.0",
2158
- version: "21.1.0-rc.0",
2157
+ version: "21.1.1",
2159
2158
  ngImport: i0,
2160
2159
  type: HttpClientModule,
2161
2160
  providers: [provideHttpClient(withInterceptorsFromDi())]
@@ -2163,7 +2162,7 @@ class HttpClientModule {
2163
2162
  }
2164
2163
  i0.ɵɵngDeclareClassMetadata({
2165
2164
  minVersion: "12.0.0",
2166
- version: "21.1.0-rc.0",
2165
+ version: "21.1.1",
2167
2166
  ngImport: i0,
2168
2167
  type: HttpClientModule,
2169
2168
  decorators: [{
@@ -2176,7 +2175,7 @@ i0.ɵɵngDeclareClassMetadata({
2176
2175
  class HttpClientJsonpModule {
2177
2176
  static ɵfac = i0.ɵɵngDeclareFactory({
2178
2177
  minVersion: "12.0.0",
2179
- version: "21.1.0-rc.0",
2178
+ version: "21.1.1",
2180
2179
  ngImport: i0,
2181
2180
  type: HttpClientJsonpModule,
2182
2181
  deps: [],
@@ -2184,13 +2183,13 @@ class HttpClientJsonpModule {
2184
2183
  });
2185
2184
  static ɵmod = i0.ɵɵngDeclareNgModule({
2186
2185
  minVersion: "14.0.0",
2187
- version: "21.1.0-rc.0",
2186
+ version: "21.1.1",
2188
2187
  ngImport: i0,
2189
2188
  type: HttpClientJsonpModule
2190
2189
  });
2191
2190
  static ɵinj = i0.ɵɵngDeclareInjector({
2192
2191
  minVersion: "12.0.0",
2193
- version: "21.1.0-rc.0",
2192
+ version: "21.1.1",
2194
2193
  ngImport: i0,
2195
2194
  type: HttpClientJsonpModule,
2196
2195
  providers: [withJsonpSupport().ɵproviders]
@@ -2198,7 +2197,7 @@ class HttpClientJsonpModule {
2198
2197
  }
2199
2198
  i0.ɵɵngDeclareClassMetadata({
2200
2199
  minVersion: "12.0.0",
2201
- version: "21.1.0-rc.0",
2200
+ version: "21.1.1",
2202
2201
  ngImport: i0,
2203
2202
  type: HttpClientJsonpModule,
2204
2203
  decorators: [{