Skip to content

Instantly share code, notes, and snippets.

View 9uilherme's full-sized avatar

Guilherme 9uilherme

View GitHub Profile
@odahcam
odahcam / README.md
Last active March 9, 2021 15:41
Validação de CPF e CNPJ com integração com React Forms, implementado com Angular 6.

Exemplos

Uso com reactive forms

new FormGroup({
    cpfManualLength: new FormControl('', [
        Validators.required,
        Validators.pattern(/^(\d{3}\.){2}\d{3}\-\d{2}$/),
        Validators.minLength(14), // digits + word characters