Posts by Henrique Santos R • 1 point
1 post
-
0
votes3
answers15990
viewsA: Mascara CPF/CNPJ ANGULAR 8 NG-MASK
I used the ngx-Mask Component.html <input matInput type="text" [mask]="getCpfCnpjMask()" formControlName="cpf_cnpj" [(ngModel)]="cpf_cnpj" placeholder="Digite o CPF ou CNPJ" required>…