CPF Component

Text input with a CPF mask.

CNPJ Component

Text input with a CNPJ mask.

TELEFONE Component

Text input with a Phone mask.

Pipe: {{model.telefone | telefone}}

ESTADO Component

Select input with all Brazilian UF's.

CEP Component

Text input with a Cep mask.

Pipe: {{model.cep | cep}}

HORA Component

Text input with a Hour mask.

DINHEIRO Component

Text input with a Money mask.

PERCENTUAL Component

Text input with a Percent mask.

PESO Component

Text input with a Weight mask.

Form

All data as json value

{{ form.value | json }}