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
Hi @marcocavanna! I agree this is a bug, but the solution is a bit more nuanced. Eg. some currency formats use , as the thousands separator and . as the decimals separator, and some are the opposite.
Hi,
This is not an Issue but a possible fix for a possible issue 😄
In my Angular App i've got a customizable currency symbol and i use a real time database (Firebase).
In your function 'toFloat' from 'formatAsCurrencyUtilities' you provide a solutions only for Dollar Symbol with the RegEx on line 53.
To Avoid error from this i replaced that line with:
With this you can user any filter, with any currency.
The text was updated successfully, but these errors were encountered: