diff --git a/projects/demo/src/modules/pipes/format-number/format-number.template.html b/projects/demo/src/modules/pipes/format-number/format-number.template.html index 1acb9275c7cb..450c627a6ec5 100644 --- a/projects/demo/src/modules/pipes/format-number/format-number.template.html +++ b/projects/demo/src/modules/pipes/format-number/format-number.template.html @@ -29,7 +29,7 @@

Formatted number: - {{ value | tuiFormatNumber: {decimalLimit, decimalSeparator} }} + {{ value | tuiFormatNumber: {decimalLimit, decimalSeparator} | async }}