@angular/common 16.0.1 → 16.0.3

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 (58) hide show
  1. package/esm2022/http/src/client.mjs +3 -3
  2. package/esm2022/http/src/errors.mjs +9 -0
  3. package/esm2022/http/src/interceptor.mjs +3 -3
  4. package/esm2022/http/src/jsonp.mjs +6 -6
  5. package/esm2022/http/src/module.mjs +12 -12
  6. package/esm2022/http/src/xhr.mjs +31 -23
  7. package/esm2022/http/src/xsrf.mjs +6 -6
  8. package/esm2022/http/testing/src/backend.mjs +3 -3
  9. package/esm2022/http/testing/src/module.mjs +4 -4
  10. package/esm2022/src/common_module.mjs +4 -4
  11. package/esm2022/src/directives/ng_class.mjs +3 -3
  12. package/esm2022/src/directives/ng_component_outlet.mjs +3 -3
  13. package/esm2022/src/directives/ng_for_of.mjs +3 -3
  14. package/esm2022/src/directives/ng_if.mjs +3 -3
  15. package/esm2022/src/directives/ng_optimized_image/lcp_image_observer.mjs +3 -3
  16. package/esm2022/src/directives/ng_optimized_image/ng_optimized_image.mjs +11 -8
  17. package/esm2022/src/directives/ng_optimized_image/preconnect_link_checker.mjs +3 -3
  18. package/esm2022/src/directives/ng_optimized_image/preload-link-creator.mjs +3 -3
  19. package/esm2022/src/directives/ng_plural.mjs +6 -6
  20. package/esm2022/src/directives/ng_style.mjs +3 -3
  21. package/esm2022/src/directives/ng_switch.mjs +9 -9
  22. package/esm2022/src/directives/ng_template_outlet.mjs +3 -3
  23. package/esm2022/src/errors.mjs +1 -1
  24. package/esm2022/src/i18n/format_date.mjs +2 -2
  25. package/esm2022/src/i18n/format_number.mjs +4 -4
  26. package/esm2022/src/i18n/locale_data_api.mjs +27 -27
  27. package/esm2022/src/i18n/localization.mjs +6 -6
  28. package/esm2022/src/location/hash_location_strategy.mjs +3 -3
  29. package/esm2022/src/location/location.mjs +3 -3
  30. package/esm2022/src/location/location_strategy.mjs +6 -6
  31. package/esm2022/src/location/platform_location.mjs +6 -6
  32. package/esm2022/src/pipes/async_pipe.mjs +3 -3
  33. package/esm2022/src/pipes/case_conversion_pipes.mjs +9 -9
  34. package/esm2022/src/pipes/date_pipe.mjs +3 -3
  35. package/esm2022/src/pipes/i18n_plural_pipe.mjs +3 -3
  36. package/esm2022/src/pipes/i18n_select_pipe.mjs +3 -3
  37. package/esm2022/src/pipes/json_pipe.mjs +3 -3
  38. package/esm2022/src/pipes/keyvalue_pipe.mjs +3 -3
  39. package/esm2022/src/pipes/number_pipe.mjs +9 -9
  40. package/esm2022/src/pipes/slice_pipe.mjs +3 -3
  41. package/esm2022/src/version.mjs +1 -1
  42. package/esm2022/testing/src/location_mock.mjs +3 -3
  43. package/esm2022/testing/src/mock_location_strategy.mjs +3 -3
  44. package/esm2022/testing/src/mock_platform_location.mjs +3 -3
  45. package/esm2022/upgrade/src/location_upgrade_module.mjs +4 -4
  46. package/fesm2022/common.mjs +151 -148
  47. package/fesm2022/common.mjs.map +1 -1
  48. package/fesm2022/http/testing.mjs +8 -8
  49. package/fesm2022/http.mjs +61 -53
  50. package/fesm2022/http.mjs.map +1 -1
  51. package/fesm2022/testing.mjs +10 -10
  52. package/fesm2022/upgrade.mjs +5 -5
  53. package/http/index.d.ts +1 -1
  54. package/http/testing/index.d.ts +1 -1
  55. package/index.d.ts +29 -29
  56. package/package.json +2 -2
  57. package/testing/index.d.ts +1 -1
  58. package/upgrade/index.d.ts +1 -1
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v16.0.1
2
+ * @license Angular v16.0.3
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.0.1", ngImport: i0, type: SpyLocation, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
207
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: SpyLocation }); }
206
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: SpyLocation, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
207
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: SpyLocation }); }
208
208
  }
209
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: SpyLocation, decorators: [{
209
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", 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.0.1", ngImport: i0, type: MockLocationStrategy, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
289
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: MockLocationStrategy }); }
288
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: MockLocationStrategy, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
289
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: MockLocationStrategy }); }
290
290
  }
291
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: MockLocationStrategy, decorators: [{
291
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", 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.0.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.0.1", ngImport: i0, type: MockPlatformLocation }); }
487
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", 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.0.3", ngImport: i0, type: MockPlatformLocation }); }
489
489
  }
490
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: MockPlatformLocation, decorators: [{
490
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", 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.0.1
2
+ * @license Angular v16.0.3
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.0.1", ngImport: i0, type: LocationUpgradeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
851
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.1", ngImport: i0, type: LocationUpgradeModule, imports: [CommonModule] }); }
852
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: LocationUpgradeModule, imports: [CommonModule] }); }
850
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: LocationUpgradeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
851
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.3", ngImport: i0, type: LocationUpgradeModule, imports: [CommonModule] }); }
852
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: LocationUpgradeModule, imports: [CommonModule] }); }
853
853
  }
854
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: LocationUpgradeModule, decorators: [{
854
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", 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.0.1
2
+ * @license Angular v16.0.3
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.0.1
2
+ * @license Angular v16.0.3
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.0.1
2
+ * @license Angular v16.0.3
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.0.1",
3
+ "version": "16.0.3",
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.0.1",
56
+ "@angular/core": "16.0.3",
57
57
  "rxjs": "^6.5.3 || ^7.4.0"
58
58
  },
59
59
  "repository": {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v16.0.1
2
+ * @license Angular v16.0.3
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.0.1
2
+ * @license Angular v16.0.3
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */