Have u looked at using https://www.npmjs.com/package/ngx-mask ?
#Input formating
14 messages · Page 1 of 1 (latest)
Looks like every version from 15.0.0 uses angular >= 14.0.0
version 14.2.4 uses angular >= 10.0.0
So I guess you want to go with that one
yes
In that case, they look like the angular versions, so just try 12.0.0
I think they have a bad peer deps
They say peerDeps > 10, but compile with 14
So it only works with 14+
Just try 12.0.0
Oh 🤣missed that sorry
No worries 😉