I want to set currency all across the angular app. I have used currency pipe but have to call api for currency every-time in the component. But I want to set currency at once and used it across the whole application.
Currently i am using 123 | currency : 'INR'
.
Is there any alternate solution apart from creating a custom pipe? Or should i modify currency pipe if possible.