Posts by Arthur Rodrigues • 26 points
1 post
-
1
votes1
answer194
viewsA: How to use a date mask at Angular 10
As you are using ngx-Mask, try to put it this way: maskDtNascimento = 'd0/M0/0000'; In the ngx-Mask documentation you have several examples of use, already with the validations for the masks you…