Posts by Jairo Marques • 9 points
1 post
-
0
votes2
answers1941
viewsA: How to validate email and CPF at angular 5?
Correct in size validation: if (cpf.length !== 11) { return { cpfNotValid: true }; }
1 post
0
votes2
answers1941
viewsCorrect in size validation: if (cpf.length !== 11) { return { cpfNotValid: true }; }