Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

887
Vistas
Angular - Is there any way to transform reactive form input with decimal pipe?

I have a reactive form in which there are some numeric fields that need decimal formatting. They should be formatted as I type. Is there any way?

over 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

You can use value property of the input:

Component TypeScript file:

import { FormControl } from '@angular/forms';
...
public price = new FormControl('');

Component HTML file:

<mat-form-field appearance="fill">
  <mat-label>Price</mat-label>
  <input
    matInput
    [formControl]="price"
    type="number"
    [value]="price.value | number: '1.0-0'"
  />
</mat-form-field>

Working example

over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda