Closed FelipePSoares closed 2 weeks ago
So, is this task just to create and test this pipe, but not to apply it across the codebase?
Exactly, I split it in various issues to be easier to develop and test it. If you look for issues on the project board, could be better because it's ordered there.
Exactly, I split it in various issues to be easier to develop and test it. If you look for issues on the project board, could be better because it's ordered there.
Okay, I will handle this one.
Develop a custom Angular pipe to format currency based on the user’s
PreferredCurrency
and use the system’s format for that currency.CurrencyFormatPipe
that retrieves the user’sPreferredCurrency
and formats amounts using Angular’sCurrencyPipe
with the system’s default settings for that currency.