How to mask input "(500)-000-0000" with ngx-mask?

971 Views Asked by At

I am using ngx-mask in my project. Normally I defined my phone number's mask like this: "(000)-000-0000)". But I am wondering how can I do it like this: "(500)-000-0000)"? When I try it, it breaks my code.

0

There are 0 best solutions below