Skip to content

Commit

Permalink
chore(demo): fix API section of documentation page FormatNumber
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbarsukov committed Mar 11, 2024
1 parent c2d591b commit 4c8acea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<ng-template pageTab>
<p class="text b-full-width">
Formatted number:
{{ value | tuiFormatNumber: {decimalLimit, decimalSeparator} }}
{{ value | tuiFormatNumber: {decimalLimit, decimalSeparator} | async }}
</p>
<tui-input-slider
tuiTextfieldSize="m"
Expand Down

0 comments on commit 4c8acea

Please sign in to comment.