I have a code that looks like this:
{{ currencyValue | currency : 'SGD' : true : '4.0' }}
Regrettably, its not showing a S$ Read from other articles that the Pipe used in Angular2 is using an ISO format but seems like there are currencies that ain't working(I guess? My basis for this is just this). Tried USD, AUD and BRL and it works like charm but sadly, the opposite for SGD.
Any help is highly appreciated.
My references for this code are here: