Questions tagged [angular2-custom-pipes]

31 questions
-1
votes
1 answer

Format and Input number on Input text with custom directive

I am trying to create a directive or pipe that allows me to show formatted an input text as 12.345,67 and too when input numbers with decimal point with enter the decimal comma with comma (,) so 12345,67 not as a period. Obviously, putting the comma…
1 2
3