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 authored Mar 11, 2024
1 parent e64eab5 commit 8915881
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 8915881

Please sign in to comment.