22 * Settings for the `formatNumber` and `parseNumber` functions.
33 * {% platform_content angular %}
44 * For a runnable example, refer to the article on
5- * [date and number formatting and parsing]({% parsingandformatting_intl %}#toc-number-formatting).
5+ * [date and number formatting and parsing]({% slug parsingandformatting_intl %}#toc-number-formatting).
66 * {% endplatform_content %}
77 */
88export interface NumberFormatOptions {
@@ -55,7 +55,7 @@ export interface NumberFormatOptions {
5555 * Converts a string into a `Number` based on the specified locale.
5656 * {% platform_content angular %}
5757 * For a runnable example, refer to the article on
58- * [date and number formatting and parsing]({% parsingandformatting_intl %}#toc-number-parsing).
58+ * [date and number formatting and parsing]({% slug parsingandformatting_intl %}#toc-number-parsing).
5959 * {% endplatform_content %}
6060 *
6161 * @param value - The string that will be parsed.
@@ -69,7 +69,7 @@ export function parseNumber(value: string, locale?: string, format?: string|Numb
6969 * Converts a `Number` into a string based on the specified format and locale.
7070 * {% platform_content angular %}
7171 * For a runnable example, refer to the article on
72- * [date and number formatting and parsing]({% parsingandformatting_intl %}#toc-number-formatting).
72+ * [date and number formatting and parsing]({% slug parsingandformatting_intl %}#toc-number-formatting).
7373 * {% endplatform_content %}
7474 *
7575 * @param value - The number that will be formatted.
0 commit comments