Angular Currency Pipe takes currency value as input and currencyCode,display,digitsInfo and locale as parameters as shown below {{currency_value|currency[:currencyCode[:display[:digitsInfo[:locale]]]}} Angular Currency Pipe example We will go through few examples to understand Angular Currency Pipe...