I noticed that there is a pipe called CurrencyPipe in Angular 2, which will filter some decimals from a number. This also adds the ISO currency indicator, ie \'USD\' or any othe
Just concatenate the space as shown in the code below. It works`s for me. I am using Angular 6 by the way.
{{ product.price | currency:'USD' + ' ' }}