You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It will be good if there is Pipes feature as in Angular
<p>The hero's birthday is {{ birthday | date }}</p>
This feature will also be beneficial in Globalization/ Localisation #9386 Globalisation and Converters @bind-globalization is specific to input element. It will not go too far with other elements like (eg.)div
<input type="text" @bind="coolnessLevel" @bind:culture="CultureInfo.InvariantCulture">
Rate the coolness of Blazor (in a non-locale-specific way)
</input>
Other Pros of Pipes syntax
Chainable
Will work anywhere @value | date: 'MMM dd, yyyy' | uppercase @value | culture:'en-us' @value | converter:'default'
List goes on ...
The text was updated successfully, but these errors were encountered:
Thanks for contacting us. We believe that the question you've raised have been answered. If you still feel a need to continue the discussion, feel free to reopen it and add your comments.
It will be good if there is Pipes feature as in Angular
<p>The hero's birthday is {{ birthday | date }}</p>
This feature will also be beneficial in Globalization/ Localisation
#9386 Globalisation and Converters
@bind-globalization
is specific to input element. It will not go too far with other elements like (eg.)divOther Pros of Pipes syntax
@value | date: 'MMM dd, yyyy' | uppercase
@value | culture:'en-us'
@value | converter:'default'
List goes on ...
The text was updated successfully, but these errors were encountered: