Is there a way to get a currency symbol from currency pipe? I have this piece of code in template:
{{ '' | currency : 'symbol' }}
But this shows nothing.
Note: I don't want to use getCurrencySymbol
method, because I want to use what currency pipe provides.
Update
Unlike How to hide currency symbol in angular currency pipe, I'was asking about how to show only the currency symbol. And found different solution than currency
pipe - I would like to share it.