I'm trying to use Angular currency pipe and I wanted to remove the currency symbol all together from the formatted number, but it seems there is no option to do
I'm using a currency pipe inside my page module without any issues. However, it shows a 'not found error' when using it inside a modal component. example usage
I am a beginner in Angular 2.I'm trying to display some data using angular. this is my code part: <span>Value :</span> <span>{{myvalue| num
This is my first question here on Stack Overflow, I've been bashing my head with this problem for a few days and can't seem to find anything related to what's h