#Input formating

14 messages · Page 1 of 1 (latest)

formal patrol
#

Have u looked at using https://www.npmjs.com/package/ngx-mask ?

#

You can look into its source code to see how they solve it

sturdy sorrel
#

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

formal patrol
#

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

formal patrol
sturdy sorrel