docs(common): migrate @whatItDoes
tags to the description (#23062)
We get the overview for the doc by splitting off the first paragraph. PR Close #23062
This commit is contained in:

committed by
Igor Minar

parent
46ba7f69dd
commit
079d8e57d5
@ -124,9 +124,10 @@ function formatNumberToLocaleString(
|
||||
|
||||
/**
|
||||
* @ngModule CommonModule
|
||||
* @whatItDoes Formats a number as currency using locale rules.
|
||||
* @description
|
||||
*
|
||||
* Formats a number as currency using locale rules.
|
||||
*
|
||||
* Use `currency` to format a number as currency.
|
||||
*
|
||||
* Where:
|
||||
@ -158,10 +159,9 @@ export function formatCurrency(
|
||||
|
||||
/**
|
||||
* @ngModule CommonModule
|
||||
* @whatItDoes Formats a number as a percentage according to locale rules.
|
||||
* @description
|
||||
*
|
||||
* Formats a number as percentage.
|
||||
* Formats a number as a percentage according to locale rules.
|
||||
*
|
||||
* Where:
|
||||
* - `value` is a number.
|
||||
@ -181,7 +181,6 @@ export function formatPercent(value: number, locale: string, digitsInfo?: string
|
||||
|
||||
/**
|
||||
* @ngModule CommonModule
|
||||
* @whatItDoes Formats a number according to locale rules.
|
||||
* @description
|
||||
*
|
||||
* Formats a number as text. Group sizing and separator and other locale-specific
|
||||
|
Reference in New Issue
Block a user