+1 vote
in Angular Oriana by
How would you display currency and currency symbol of a country?

Select the correct answer from below options:

a) By using currency manager

b) Use the country code for the country and use it in the pipe

c) call a local function that returns symbol and currency values

d) get it via webservice

1 Answer

0 votes
by
Correct Answer is :b) Use the country code for the country and use it in the pipe and you display currency and currency symbol of a country
...