Is there any way to use currency or a custom pipe inside an input text in Angular 2?
I\'ve tried this:
It's not possible to use pipes in inputs, even in angular 1.
What you are looking for is a mask directive. For angular1 there are a lot of directives like ngMask, angular-input-masks and others.
Angular2 is in release candidate right now (06/02/2016), so there are just a few "directives".
You can also build your own mask component.