docs(common): fix mis-ordered lines (#20221)
This commit is contained in:
parent
6b748835be
commit
b489259a34
|
@ -108,8 +108,8 @@ export class PercentPipe implements PipeTransform {
|
||||||
* - `code`(default): use code (e.g. `USD`).
|
* - `code`(default): use code (e.g. `USD`).
|
||||||
* - `symbol`: use symbol (e.g. `$`).
|
* - `symbol`: use symbol (e.g. `$`).
|
||||||
* - `symbol-narrow`: some countries have two symbols for their currency, one regular and one
|
* - `symbol-narrow`: some countries have two symbols for their currency, one regular and one
|
||||||
* - boolean (deprecated from v5): `true` for symbol and false for `code`
|
|
||||||
* narrow (e.g. the canadian dollar CAD has the symbol `CA$` and the symbol-narrow `$`).
|
* narrow (e.g. the canadian dollar CAD has the symbol `CA$` and the symbol-narrow `$`).
|
||||||
|
* - boolean (deprecated from v5): `true` for symbol and false for `code`
|
||||||
* If there is no narrow symbol for the chosen currency, the regular symbol will be used.
|
* If there is no narrow symbol for the chosen currency, the regular symbol will be used.
|
||||||
* - `digitInfo` See {@link DecimalPipe} for detailed description.
|
* - `digitInfo` See {@link DecimalPipe} for detailed description.
|
||||||
* - `locale` is a `string` defining the locale to use (uses the current {@link LOCALE_ID} by
|
* - `locale` is a `string` defining the locale to use (uses the current {@link LOCALE_ID} by
|
||||||
|
|
Loading…
Reference in New Issue