Using mask and thousandSeparator directive is easy
<input mask="separator.2" thousandSeparator="." [(ngModel)]="value">
but there is a way use the mask pipe with separator and thousandSeparator at the same time?
<span>{{ value | mask:'separator.2' }}</span> 馃
@salazar-js Hi! Such functionality will be in next mask version.
Example: <span>{{ value | mask: 'separator.2':'.' }}</span>
How set decimalMarker, suffix and prefix?
How set decimalMarker, suffix and prefix?
Most helpful comment
How set decimalMarker, suffix and prefix?