Phone number mask

I am doing Stripe payment and need a good phone number mask + validation.

I tried to use https://github.com/laurihy/angular-payments but it has only validation.

I incorporated ui-utils for phone masking but it messed up the placeholder attribute. This library is good when it’s standalone and nothing else messing up with the same INPUT element.

So is there any good solution for both mask + valiation and work on Ionic today?