thekip / angular-cc-library

Library to support Credit Card input masking and validation
MIT License
81 stars 71 forks source link

update to angular 14 #110

Closed johnmckay-reward closed 2 years ago

johnmckay-reward commented 2 years ago

Have updated the library to support Angular 14, have also updated Jest

https://github.com/thekip/angular-cc-library/issues/109

johnmckay-reward commented 2 years ago

image

thekip commented 2 years ago

Thanks for PR, I think, is it possible to support 13 & 14 versions simultaneously?

Because there no changes in the code, and no big changes in the compiler, probably it's just matter of adding both of this versions to this lib package.json

johnmckay-reward commented 2 years ago

Have updated the PR based on this StackOverflow answer -> https://stackoverflow.com/a/60828558/969613

Thanks

thekip commented 2 years ago

Merged, and deployed as 3.0.1, thanks for the help.

johnmckay-reward commented 2 years ago

No worries :)