@angular/common 16.1.0-next.0 → 16.1.0-next.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.
Files changed (55) hide show
  1. package/esm2022/http/src/client.mjs +3 -3
  2. package/esm2022/http/src/interceptor.mjs +3 -3
  3. package/esm2022/http/src/jsonp.mjs +6 -6
  4. package/esm2022/http/src/module.mjs +12 -12
  5. package/esm2022/http/src/xhr.mjs +3 -3
  6. package/esm2022/http/src/xsrf.mjs +6 -6
  7. package/esm2022/http/testing/src/backend.mjs +3 -3
  8. package/esm2022/http/testing/src/module.mjs +4 -4
  9. package/esm2022/src/common_module.mjs +4 -4
  10. package/esm2022/src/directives/ng_class.mjs +3 -3
  11. package/esm2022/src/directives/ng_component_outlet.mjs +3 -3
  12. package/esm2022/src/directives/ng_for_of.mjs +3 -3
  13. package/esm2022/src/directives/ng_if.mjs +3 -3
  14. package/esm2022/src/directives/ng_optimized_image/lcp_image_observer.mjs +3 -3
  15. package/esm2022/src/directives/ng_optimized_image/ng_optimized_image.mjs +11 -8
  16. package/esm2022/src/directives/ng_optimized_image/preconnect_link_checker.mjs +3 -3
  17. package/esm2022/src/directives/ng_optimized_image/preload-link-creator.mjs +3 -3
  18. package/esm2022/src/directives/ng_plural.mjs +6 -6
  19. package/esm2022/src/directives/ng_style.mjs +3 -3
  20. package/esm2022/src/directives/ng_switch.mjs +9 -9
  21. package/esm2022/src/directives/ng_template_outlet.mjs +3 -3
  22. package/esm2022/src/i18n/format_date.mjs +2 -2
  23. package/esm2022/src/i18n/format_number.mjs +4 -4
  24. package/esm2022/src/i18n/locale_data_api.mjs +27 -27
  25. package/esm2022/src/i18n/localization.mjs +6 -6
  26. package/esm2022/src/location/hash_location_strategy.mjs +3 -3
  27. package/esm2022/src/location/location.mjs +3 -3
  28. package/esm2022/src/location/location_strategy.mjs +6 -6
  29. package/esm2022/src/location/platform_location.mjs +6 -6
  30. package/esm2022/src/pipes/async_pipe.mjs +3 -3
  31. package/esm2022/src/pipes/case_conversion_pipes.mjs +9 -9
  32. package/esm2022/src/pipes/date_pipe.mjs +3 -3
  33. package/esm2022/src/pipes/i18n_plural_pipe.mjs +3 -3
  34. package/esm2022/src/pipes/i18n_select_pipe.mjs +3 -3
  35. package/esm2022/src/pipes/json_pipe.mjs +3 -3
  36. package/esm2022/src/pipes/keyvalue_pipe.mjs +3 -3
  37. package/esm2022/src/pipes/number_pipe.mjs +9 -9
  38. package/esm2022/src/pipes/slice_pipe.mjs +3 -3
  39. package/esm2022/src/version.mjs +1 -1
  40. package/esm2022/testing/src/location_mock.mjs +3 -3
  41. package/esm2022/testing/src/mock_location_strategy.mjs +3 -3
  42. package/esm2022/testing/src/mock_platform_location.mjs +3 -3
  43. package/esm2022/upgrade/src/location_upgrade_module.mjs +4 -4
  44. package/fesm2022/common.mjs +151 -148
  45. package/fesm2022/common.mjs.map +1 -1
  46. package/fesm2022/http/testing.mjs +8 -8
  47. package/fesm2022/http.mjs +34 -34
  48. package/fesm2022/testing.mjs +10 -10
  49. package/fesm2022/upgrade.mjs +5 -5
  50. package/http/index.d.ts +1 -1
  51. package/http/testing/index.d.ts +1 -1
  52. package/index.d.ts +29 -29
  53. package/package.json +2 -2
  54. package/testing/index.d.ts +1 -1
  55. package/upgrade/index.d.ts +1 -1
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v16.1.0-next.0
2
+ * @license Angular v16.1.0-next.1
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -308,10 +308,10 @@ class HttpClientTestingBackend {
308
308
  return `Match by function: ${matcher.name}`;
309
309
  }
310
310
  }
311
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: HttpClientTestingBackend, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
312
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: HttpClientTestingBackend }); }
311
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: HttpClientTestingBackend, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
312
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: HttpClientTestingBackend }); }
313
313
  }
314
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: HttpClientTestingBackend, decorators: [{
314
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: HttpClientTestingBackend, decorators: [{
315
315
  type: Injectable
316
316
  }] });
317
317
  function describeRequest(testRequest) {
@@ -336,13 +336,13 @@ function provideHttpClientTesting() {
336
336
  * @publicApi
337
337
  */
338
338
  class HttpClientTestingModule {
339
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: HttpClientTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
340
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.0-next.0", ngImport: i0, type: HttpClientTestingModule, imports: [HttpClientModule] }); }
341
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: HttpClientTestingModule, providers: [
339
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: HttpClientTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
340
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.0-next.1", ngImport: i0, type: HttpClientTestingModule, imports: [HttpClientModule] }); }
341
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: HttpClientTestingModule, providers: [
342
342
  provideHttpClientTesting(),
343
343
  ], imports: [HttpClientModule] }); }
344
344
  }
345
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: HttpClientTestingModule, decorators: [{
345
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: HttpClientTestingModule, decorators: [{
346
346
  type: NgModule,
347
347
  args: [{
348
348
  imports: [
package/fesm2022/http.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v16.1.0-next.0
2
+ * @license Angular v16.1.0-next.1
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1371,10 +1371,10 @@ class HttpClient {
1371
1371
  put(url, body, options = {}) {
1372
1372
  return this.request('PUT', url, addBody(options, body));
1373
1373
  }
1374
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: HttpClient, deps: [{ token: HttpHandler }], target: i0.ɵɵFactoryTarget.Injectable }); }
1375
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: HttpClient }); }
1374
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: HttpClient, deps: [{ token: HttpHandler }], target: i0.ɵɵFactoryTarget.Injectable }); }
1375
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: HttpClient }); }
1376
1376
  }
1377
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: HttpClient, decorators: [{
1377
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: HttpClient, decorators: [{
1378
1378
  type: Injectable
1379
1379
  }], ctorParameters: function () { return [{ type: HttpHandler }]; } });
1380
1380
 
@@ -1453,10 +1453,10 @@ class HttpInterceptorHandler extends HttpHandler {
1453
1453
  }
1454
1454
  return this.chain(initialRequest, downstreamRequest => this.backend.handle(downstreamRequest));
1455
1455
  }
1456
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: HttpInterceptorHandler, deps: [{ token: HttpBackend }, { token: i0.EnvironmentInjector }], target: i0.ɵɵFactoryTarget.Injectable }); }
1457
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: HttpInterceptorHandler }); }
1456
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: HttpInterceptorHandler, deps: [{ token: HttpBackend }, { token: i0.EnvironmentInjector }], target: i0.ɵɵFactoryTarget.Injectable }); }
1457
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: HttpInterceptorHandler }); }
1458
1458
  }
1459
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: HttpInterceptorHandler, decorators: [{
1459
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: HttpInterceptorHandler, decorators: [{
1460
1460
  type: Injectable
1461
1461
  }], ctorParameters: function () { return [{ type: HttpBackend }, { type: i0.EnvironmentInjector }]; } });
1462
1462
 
@@ -1658,10 +1658,10 @@ class JsonpClientBackend {
1658
1658
  }
1659
1659
  foreignDocument.adoptNode(script);
1660
1660
  }
1661
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: JsonpClientBackend, deps: [{ token: JsonpCallbackContext }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
1662
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: JsonpClientBackend }); }
1661
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: JsonpClientBackend, deps: [{ token: JsonpCallbackContext }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
1662
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: JsonpClientBackend }); }
1663
1663
  }
1664
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: JsonpClientBackend, decorators: [{
1664
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: JsonpClientBackend, decorators: [{
1665
1665
  type: Injectable
1666
1666
  }], ctorParameters: function () { return [{ type: JsonpCallbackContext }, { type: undefined, decorators: [{
1667
1667
  type: Inject,
@@ -1699,10 +1699,10 @@ class JsonpInterceptor {
1699
1699
  intercept(initialRequest, next) {
1700
1700
  return this.injector.runInContext(() => jsonpInterceptorFn(initialRequest, downstreamRequest => next.handle(downstreamRequest)));
1701
1701
  }
1702
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: JsonpInterceptor, deps: [{ token: i0.EnvironmentInjector }], target: i0.ɵɵFactoryTarget.Injectable }); }
1703
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: JsonpInterceptor }); }
1702
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: JsonpInterceptor, deps: [{ token: i0.EnvironmentInjector }], target: i0.ɵɵFactoryTarget.Injectable }); }
1703
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: JsonpInterceptor }); }
1704
1704
  }
1705
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: JsonpInterceptor, decorators: [{
1705
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: JsonpInterceptor, decorators: [{
1706
1706
  type: Injectable
1707
1707
  }], ctorParameters: function () { return [{ type: i0.EnvironmentInjector }]; } });
1708
1708
 
@@ -1994,10 +1994,10 @@ class HttpXhrBackend {
1994
1994
  });
1995
1995
  }));
1996
1996
  }
1997
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: HttpXhrBackend, deps: [{ token: i1.XhrFactory }], target: i0.ɵɵFactoryTarget.Injectable }); }
1998
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: HttpXhrBackend }); }
1997
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: HttpXhrBackend, deps: [{ token: i1.XhrFactory }], target: i0.ɵɵFactoryTarget.Injectable }); }
1998
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: HttpXhrBackend }); }
1999
1999
  }
2000
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: HttpXhrBackend, decorators: [{
2000
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: HttpXhrBackend, decorators: [{
2001
2001
  type: Injectable
2002
2002
  }], ctorParameters: function () { return [{ type: i1.XhrFactory }]; } });
2003
2003
  // Cannot use `Number.MAX_VALUE` as it does not fit into a 32-bit signed integer.
@@ -2061,10 +2061,10 @@ class HttpXsrfCookieExtractor {
2061
2061
  }
2062
2062
  return this.lastToken;
2063
2063
  }
2064
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: HttpXsrfCookieExtractor, deps: [{ token: DOCUMENT }, { token: PLATFORM_ID }, { token: XSRF_COOKIE_NAME }], target: i0.ɵɵFactoryTarget.Injectable }); }
2065
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: HttpXsrfCookieExtractor }); }
2064
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: HttpXsrfCookieExtractor, deps: [{ token: DOCUMENT }, { token: PLATFORM_ID }, { token: XSRF_COOKIE_NAME }], target: i0.ɵɵFactoryTarget.Injectable }); }
2065
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: HttpXsrfCookieExtractor }); }
2066
2066
  }
2067
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: HttpXsrfCookieExtractor, decorators: [{
2067
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: HttpXsrfCookieExtractor, decorators: [{
2068
2068
  type: Injectable
2069
2069
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
2070
2070
  type: Inject,
@@ -2104,10 +2104,10 @@ class HttpXsrfInterceptor {
2104
2104
  intercept(initialRequest, next) {
2105
2105
  return this.injector.runInContext(() => xsrfInterceptorFn(initialRequest, downstreamRequest => next.handle(downstreamRequest)));
2106
2106
  }
2107
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: HttpXsrfInterceptor, deps: [{ token: i0.EnvironmentInjector }], target: i0.ɵɵFactoryTarget.Injectable }); }
2108
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: HttpXsrfInterceptor }); }
2107
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: HttpXsrfInterceptor, deps: [{ token: i0.EnvironmentInjector }], target: i0.ɵɵFactoryTarget.Injectable }); }
2108
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: HttpXsrfInterceptor }); }
2109
2109
  }
2110
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: HttpXsrfInterceptor, decorators: [{
2110
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: HttpXsrfInterceptor, decorators: [{
2111
2111
  type: Injectable
2112
2112
  }], ctorParameters: function () { return [{ type: i0.EnvironmentInjector }]; } });
2113
2113
 
@@ -2339,9 +2339,9 @@ class HttpClientXsrfModule {
2339
2339
  providers: withXsrfConfiguration(options).ɵproviders,
2340
2340
  };
2341
2341
  }
2342
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: HttpClientXsrfModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2343
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.0-next.0", ngImport: i0, type: HttpClientXsrfModule }); }
2344
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: HttpClientXsrfModule, providers: [
2342
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: HttpClientXsrfModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2343
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.0-next.1", ngImport: i0, type: HttpClientXsrfModule }); }
2344
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: HttpClientXsrfModule, providers: [
2345
2345
  HttpXsrfInterceptor,
2346
2346
  { provide: HTTP_INTERCEPTORS, useExisting: HttpXsrfInterceptor, multi: true },
2347
2347
  { provide: HttpXsrfTokenExtractor, useClass: HttpXsrfCookieExtractor },
@@ -2352,7 +2352,7 @@ class HttpClientXsrfModule {
2352
2352
  { provide: XSRF_ENABLED, useValue: true },
2353
2353
  ] }); }
2354
2354
  }
2355
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: HttpClientXsrfModule, decorators: [{
2355
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: HttpClientXsrfModule, decorators: [{
2356
2356
  type: NgModule,
2357
2357
  args: [{
2358
2358
  providers: [
@@ -2377,13 +2377,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.0",
2377
2377
  * @publicApi
2378
2378
  */
2379
2379
  class HttpClientModule {
2380
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: HttpClientModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2381
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.0-next.0", ngImport: i0, type: HttpClientModule }); }
2382
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: HttpClientModule, providers: [
2380
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: HttpClientModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2381
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.0-next.1", ngImport: i0, type: HttpClientModule }); }
2382
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: HttpClientModule, providers: [
2383
2383
  provideHttpClient(withInterceptorsFromDi()),
2384
2384
  ] }); }
2385
2385
  }
2386
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: HttpClientModule, decorators: [{
2386
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: HttpClientModule, decorators: [{
2387
2387
  type: NgModule,
2388
2388
  args: [{
2389
2389
  /**
@@ -2404,13 +2404,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.0",
2404
2404
  * @publicApi
2405
2405
  */
2406
2406
  class HttpClientJsonpModule {
2407
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: HttpClientJsonpModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2408
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.0-next.0", ngImport: i0, type: HttpClientJsonpModule }); }
2409
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: HttpClientJsonpModule, providers: [
2407
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: HttpClientJsonpModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2408
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.0-next.1", ngImport: i0, type: HttpClientJsonpModule }); }
2409
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: HttpClientJsonpModule, providers: [
2410
2410
  withJsonpSupport().ɵproviders,
2411
2411
  ] }); }
2412
2412
  }
2413
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: HttpClientJsonpModule, decorators: [{
2413
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: HttpClientJsonpModule, decorators: [{
2414
2414
  type: NgModule,
2415
2415
  args: [{
2416
2416
  providers: [
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v16.1.0-next.0
2
+ * @license Angular v16.1.0-next.1
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -203,10 +203,10 @@ class SpyLocation {
203
203
  this._history.push(new LocationState(path, query, state));
204
204
  this._historyIndex = this._history.length - 1;
205
205
  }
206
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: SpyLocation, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
207
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: SpyLocation }); }
206
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: SpyLocation, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
207
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: SpyLocation }); }
208
208
  }
209
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: SpyLocation, decorators: [{
209
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: SpyLocation, decorators: [{
210
210
  type: Injectable
211
211
  }] });
212
212
  class LocationState {
@@ -285,10 +285,10 @@ class MockLocationStrategy extends LocationStrategy {
285
285
  getState() {
286
286
  return this.stateChanges[(this.stateChanges.length || 1) - 1];
287
287
  }
288
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: MockLocationStrategy, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
289
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: MockLocationStrategy }); }
288
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: MockLocationStrategy, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
289
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: MockLocationStrategy }); }
290
290
  }
291
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: MockLocationStrategy, decorators: [{
291
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: MockLocationStrategy, decorators: [{
292
292
  type: Injectable
293
293
  }], ctorParameters: function () { return []; } });
294
294
  class _MockPopStateEvent {
@@ -484,10 +484,10 @@ class MockPlatformLocation {
484
484
  this.hashUpdate.next({ type: 'hashchange', state: null, oldUrl, newUrl: this.url });
485
485
  }
486
486
  }
487
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: MockPlatformLocation, deps: [{ token: MOCK_PLATFORM_LOCATION_CONFIG, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
488
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: MockPlatformLocation }); }
487
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: MockPlatformLocation, deps: [{ token: MOCK_PLATFORM_LOCATION_CONFIG, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
488
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: MockPlatformLocation }); }
489
489
  }
490
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: MockPlatformLocation, decorators: [{
490
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: MockPlatformLocation, decorators: [{
491
491
  type: Injectable
492
492
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
493
493
  type: Inject,
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v16.1.0-next.0
2
+ * @license Angular v16.1.0-next.1
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -847,11 +847,11 @@ class LocationUpgradeModule {
847
847
  ],
848
848
  };
849
849
  }
850
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: LocationUpgradeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
851
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.0-next.0", ngImport: i0, type: LocationUpgradeModule, imports: [CommonModule] }); }
852
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: LocationUpgradeModule, imports: [CommonModule] }); }
850
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: LocationUpgradeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
851
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.0-next.1", ngImport: i0, type: LocationUpgradeModule, imports: [CommonModule] }); }
852
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: LocationUpgradeModule, imports: [CommonModule] }); }
853
853
  }
854
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.0", ngImport: i0, type: LocationUpgradeModule, decorators: [{
854
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.1", ngImport: i0, type: LocationUpgradeModule, decorators: [{
855
855
  type: NgModule,
856
856
  args: [{ imports: [CommonModule] }]
857
857
  }] });
package/http/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v16.1.0-next.0
2
+ * @license Angular v16.1.0-next.1
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v16.1.0-next.0
2
+ * @license Angular v16.1.0-next.1
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
package/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v16.1.0-next.0
2
+ * @license Angular v16.1.0-next.1
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -530,7 +530,7 @@ export declare const DOCUMENT: InjectionToken<Document>;
530
530
  *
531
531
  * @see `formatNumber()`
532
532
  * @see `DecimalPipe`
533
- * @see [Internationalization (i18n) Guide](https://angular.io/guide/i18n-overview)
533
+ * @see [Internationalization (i18n) Guide](/guide/i18n-overview)
534
534
  *
535
535
  * @publicApi
536
536
  */
@@ -553,7 +553,7 @@ export declare function formatCurrency(value: number, locale: string, currency:
553
553
  * @returns The formatted date string.
554
554
  *
555
555
  * @see `DatePipe`
556
- * @see [Internationalization (i18n) Guide](https://angular.io/guide/i18n-overview)
556
+ * @see [Internationalization (i18n) Guide](/guide/i18n-overview)
557
557
  *
558
558
  * @publicApi
559
559
  */
@@ -572,7 +572,7 @@ export declare function formatDate(value: string | number | Date, format: string
572
572
  * `{minIntegerDigits}.{minFractionDigits}-{maxFractionDigits}`. See `DecimalPipe` for more details.
573
573
  *
574
574
  * @returns The formatted text string.
575
- * @see [Internationalization (i18n) Guide](https://angular.io/guide/i18n-overview)
575
+ * @see [Internationalization (i18n) Guide](/guide/i18n-overview)
576
576
  *
577
577
  * @publicApi
578
578
  */
@@ -593,7 +593,7 @@ export declare function formatNumber(value: number, locale: string, digitsInfo?:
593
593
  *
594
594
  * @see `formatNumber()`
595
595
  * @see `DecimalPipe`
596
- * @see [Internationalization (i18n) Guide](https://angular.io/guide/i18n-overview)
596
+ * @see [Internationalization (i18n) Guide](/guide/i18n-overview)
597
597
  * @publicApi
598
598
  *
599
599
  */
@@ -607,7 +607,7 @@ export declare function formatPercent(value: number, locale: string, digitsInfo?
607
607
  * @see `getLocaleDateFormat()`
608
608
  * @see `getLocaleTimeFormat()`
609
609
  * @see `getLocaleDateTimeFormat()`
610
- * @see [Internationalization (i18n) Guide](https://angular.io/guide/i18n-overview)
610
+ * @see [Internationalization (i18n) Guide](/guide/i18n-overview)
611
611
  * @publicApi
612
612
  */
613
613
  export declare enum FormatWidth {
@@ -638,7 +638,7 @@ export declare enum FormatWidth {
638
638
  * Typically the standalone version is for the nominative form of the word,
639
639
  * and the format version is used for the genitive case.
640
640
  * @see [CLDR website](http://cldr.unicode.org/translation/date-time-1/date-time#TOC-Standalone-vs.-Format-Styles)
641
- * @see [Internationalization (i18n) Guide](https://angular.io/guide/i18n-overview)
641
+ * @see [Internationalization (i18n) Guide](/guide/i18n-overview)
642
642
  *
643
643
  * @publicApi
644
644
  */
@@ -658,7 +658,7 @@ export declare enum FormStyle {
658
658
  * @param locale A locale code for the locale format rules to use.
659
659
  *
660
660
  * @returns The symbol, or the currency code if no symbol is available.
661
- * @see [Internationalization (i18n) Guide](https://angular.io/guide/i18n-overview)
661
+ * @see [Internationalization (i18n) Guide](/guide/i18n-overview)
662
662
  *
663
663
  * @publicApi
664
664
  */
@@ -682,7 +682,7 @@ export declare function getLocaleCurrencyCode(locale: string): string | null;
682
682
  * @param locale A locale code for the locale format rules to use.
683
683
  * @returns The currency name,
684
684
  * or `null` if the main country cannot be determined.
685
- * @see [Internationalization (i18n) Guide](https://angular.io/guide/i18n-overview)
685
+ * @see [Internationalization (i18n) Guide](/guide/i18n-overview)
686
686
  *
687
687
  * @publicApi
688
688
  */
@@ -695,7 +695,7 @@ export declare function getLocaleCurrencyName(locale: string): string | null;
695
695
  * @param locale A locale code for the locale format rules to use.
696
696
  * @returns The localized symbol character,
697
697
  * or `null` if the main country cannot be determined.
698
- * @see [Internationalization (i18n) Guide](https://angular.io/guide/i18n-overview)
698
+ * @see [Internationalization (i18n) Guide](/guide/i18n-overview)
699
699
  *
700
700
  * @publicApi
701
701
  */
@@ -708,7 +708,7 @@ export declare function getLocaleCurrencySymbol(locale: string): string | null;
708
708
  * @param width The format type.
709
709
  * @returns The localized formatting string.
710
710
  * @see `FormatWidth`
711
- * @see [Internationalization (i18n) Guide](https://angular.io/guide/i18n-overview)
711
+ * @see [Internationalization (i18n) Guide](/guide/i18n-overview)
712
712
  *
713
713
  * @publicApi
714
714
  */
@@ -721,7 +721,7 @@ export declare function getLocaleDateFormat(locale: string, width: FormatWidth):
721
721
  * @param width The format type.
722
722
  * @returns The localized formatting string.
723
723
  * @see `FormatWidth`
724
- * @see [Internationalization (i18n) Guide](https://angular.io/guide/i18n-overview)
724
+ * @see [Internationalization (i18n) Guide](/guide/i18n-overview)
725
725
  *
726
726
  * @publicApi
727
727
  */
@@ -735,7 +735,7 @@ export declare function getLocaleDateTimeFormat(locale: string, width: FormatWid
735
735
  * @param width The required character width.
736
736
  * @returns An array of localized name strings.
737
737
  * For example,`[Sunday, Monday, ... Saturday]` for `en-US`.
738
- * @see [Internationalization (i18n) Guide](https://angular.io/guide/i18n-overview)
738
+ * @see [Internationalization (i18n) Guide](/guide/i18n-overview)
739
739
  *
740
740
  * @publicApi
741
741
  */
@@ -748,7 +748,7 @@ export declare function getLocaleDayNames(locale: string, formStyle: FormStyle,
748
748
  * @param formStyle The required grammatical form.
749
749
  * @param width The required character width.
750
750
  * @returns An array of localized period strings. For example, `[AM, PM]` for `en-US`.
751
- * @see [Internationalization (i18n) Guide](https://angular.io/guide/i18n-overview)
751
+ * @see [Internationalization (i18n) Guide](/guide/i18n-overview)
752
752
  *
753
753
  * @publicApi
754
754
  */
@@ -759,7 +759,7 @@ export declare function getLocaleDayPeriods(locale: string, formStyle: FormStyle
759
759
  * @param locale A locale code for the locale format rules to use.
760
760
  * @publicApi
761
761
  * @returns 'rtl' or 'ltr'
762
- * @see [Internationalization (i18n) Guide](https://angular.io/guide/i18n-overview)
762
+ * @see [Internationalization (i18n) Guide](/guide/i18n-overview)
763
763
  */
764
764
  export declare function getLocaleDirection(locale: string): 'ltr' | 'rtl';
765
765
 
@@ -770,7 +770,7 @@ export declare function getLocaleDirection(locale: string): 'ltr' | 'rtl';
770
770
 
771
771
  * @returns An array of localized era strings.
772
772
  * For example, `[AD, BC]` for `en-US`.
773
- * @see [Internationalization (i18n) Guide](https://angular.io/guide/i18n-overview)
773
+ * @see [Internationalization (i18n) Guide](/guide/i18n-overview)
774
774
  *
775
775
  * @publicApi
776
776
  */
@@ -794,7 +794,7 @@ export declare function getLocaleEraNames(locale: string, width: TranslationWidt
794
794
  * or null if no periods are available.
795
795
  *
796
796
  * @see `getLocaleExtraDayPeriods()`
797
- * @see [Internationalization (i18n) Guide](https://angular.io/guide/i18n-overview)
797
+ * @see [Internationalization (i18n) Guide](/guide/i18n-overview)
798
798
  *
799
799
  * @publicApi
800
800
  */
@@ -813,7 +813,7 @@ export declare function getLocaleExtraDayPeriodRules(locale: string): (Time | [T
813
813
  * @param width The required character width.
814
814
  * @returns The translated day-period strings.
815
815
  * @see `getLocaleExtraDayPeriodRules()`
816
- * @see [Internationalization (i18n) Guide](https://angular.io/guide/i18n-overview)
816
+ * @see [Internationalization (i18n) Guide](/guide/i18n-overview)
817
817
  *
818
818
  * @publicApi
819
819
  */
@@ -826,7 +826,7 @@ export declare function getLocaleExtraDayPeriods(locale: string, formStyle: Form
826
826
  * @returns A day index number, using the 0-based week-day index for `en-US`
827
827
  * (Sunday = 0, Monday = 1, ...).
828
828
  * For example, for `fr-FR`, returns 1 to indicate that the first day is Monday.
829
- * @see [Internationalization (i18n) Guide](https://angular.io/guide/i18n-overview)
829
+ * @see [Internationalization (i18n) Guide](/guide/i18n-overview)
830
830
  *
831
831
  * @publicApi
832
832
  */
@@ -837,7 +837,7 @@ export declare function getLocaleFirstDayOfWeek(locale: string): WeekDay;
837
837
  * The loaded locale could be, for example, a global one rather than a regional one.
838
838
  * @param locale A locale code, such as `fr-FR`.
839
839
  * @returns The locale code. For example, `fr`.
840
- * @see [Internationalization (i18n) Guide](https://angular.io/guide/i18n-overview)
840
+ * @see [Internationalization (i18n) Guide](/guide/i18n-overview)
841
841
  *
842
842
  * @publicApi
843
843
  */
@@ -851,7 +851,7 @@ export declare function getLocaleId(locale: string): string;
851
851
  * @param width The required character width.
852
852
  * @returns An array of localized name strings.
853
853
  * For example, `[January, February, ...]` for `en-US`.
854
- * @see [Internationalization (i18n) Guide](https://angular.io/guide/i18n-overview)
854
+ * @see [Internationalization (i18n) Guide](/guide/i18n-overview)
855
855
  *
856
856
  * @publicApi
857
857
  */
@@ -888,7 +888,7 @@ export declare function getLocaleMonthNames(locale: string, formStyle: FormStyle
888
888
  * @returns The localized format string.
889
889
  * @see `NumberFormatStyle`
890
890
  * @see [CLDR website](http://cldr.unicode.org/translation/number-patterns)
891
- * @see [Internationalization (i18n) Guide](https://angular.io/guide/i18n-overview)
891
+ * @see [Internationalization (i18n) Guide](/guide/i18n-overview)
892
892
  *
893
893
  * @publicApi
894
894
  */
@@ -900,7 +900,7 @@ export declare function getLocaleNumberFormat(locale: string, type: NumberFormat
900
900
  * @param symbol The symbol to localize.
901
901
  * @returns The character for the localized symbol.
902
902
  * @see `NumberSymbol`
903
- * @see [Internationalization (i18n) Guide](https://angular.io/guide/i18n-overview)
903
+ * @see [Internationalization (i18n) Guide](/guide/i18n-overview)
904
904
  *
905
905
  * @publicApi
906
906
  */
@@ -919,7 +919,7 @@ export declare const getLocalePluralCase: (locale: string) => ((value: number) =
919
919
  * @param width The format type.
920
920
  * @returns The localized formatting string.
921
921
  * @see `FormatWidth`
922
- * @see [Internationalization (i18n) Guide](https://angular.io/guide/i18n-overview)
922
+ * @see [Internationalization (i18n) Guide](/guide/i18n-overview)
923
923
 
924
924
  * @publicApi
925
925
  */
@@ -930,7 +930,7 @@ export declare function getLocaleTimeFormat(locale: string, width: FormatWidth):
930
930
  *
931
931
  * @param locale A locale code for the locale format rules to use.
932
932
  * @returns The range of day values, `[startDay, endDay]`.
933
- * @see [Internationalization (i18n) Guide](https://angular.io/guide/i18n-overview)
933
+ * @see [Internationalization (i18n) Guide](/guide/i18n-overview)
934
934
  *
935
935
  * @publicApi
936
936
  */
@@ -942,7 +942,7 @@ export declare function getLocaleWeekEndRange(locale: string): [WeekDay, WeekDay
942
942
  *
943
943
  * @param code The currency code.
944
944
  * @returns The number of decimal digits, typically 0 or 2.
945
- * @see [Internationalization (i18n) Guide](https://angular.io/guide/i18n-overview)
945
+ * @see [Internationalization (i18n) Guide](/guide/i18n-overview)
946
946
  *
947
947
  * @publicApi
948
948
  */
@@ -2624,7 +2624,7 @@ export declare class NgTemplateOutlet<C = unknown> implements OnChanges {
2624
2624
  /**
2625
2625
  * Format styles that can be used to represent numbers.
2626
2626
  * @see `getLocaleNumberFormat()`.
2627
- * @see [Internationalization (i18n) Guide](https://angular.io/guide/i18n-overview)
2627
+ * @see [Internationalization (i18n) Guide](/guide/i18n-overview)
2628
2628
  *
2629
2629
  * @publicApi
2630
2630
  */
@@ -2640,7 +2640,7 @@ export declare enum NumberFormatStyle {
2640
2640
  * Examples are based on `en-US` values.
2641
2641
  *
2642
2642
  * @see `getLocaleNumberSymbol()`
2643
- * @see [Internationalization (i18n) Guide](https://angular.io/guide/i18n-overview)
2643
+ * @see [Internationalization (i18n) Guide](/guide/i18n-overview)
2644
2644
  *
2645
2645
  * @publicApi
2646
2646
  */
@@ -2855,7 +2855,7 @@ export declare abstract class PlatformLocation {
2855
2855
  *
2856
2856
  * @see `NgPlural`
2857
2857
  * @see `NgPluralCase`
2858
- * @see [Internationalization (i18n) Guide](https://angular.io/guide/i18n-overview)
2858
+ * @see [Internationalization (i18n) Guide](/guide/i18n-overview)
2859
2859
  *
2860
2860
  * @publicApi
2861
2861
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/common",
3
- "version": "16.1.0-next.0",
3
+ "version": "16.1.0-next.1",
4
4
  "description": "Angular - commonly needed directives and services",
5
5
  "author": "angular",
6
6
  "license": "MIT",
@@ -53,7 +53,7 @@
53
53
  }
54
54
  },
55
55
  "peerDependencies": {
56
- "@angular/core": "16.1.0-next.0",
56
+ "@angular/core": "16.1.0-next.1",
57
57
  "rxjs": "^6.5.3 || ^7.4.0"
58
58
  },
59
59
  "repository": {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v16.1.0-next.0
2
+ * @license Angular v16.1.0-next.1
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v16.1.0-next.0
2
+ * @license Angular v16.1.0-next.1
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */