ngx-custom-validators
ngx-custom-validators copied to clipboard
Angular custom directives for validation
We still have an issue after upgrading `ngx-custom-validators` from `8.0.0` to `10.0.0` using Angular 10. **HTML** ``` ``` **Error in console** ``` zone-evergreen.js:171 Uncaught TypeError: Cannot read property 'firstCreatePass' of...
**IMPORTANT:** _Please be specific with an example. An issue with_ **Steps to reproduce and a minimal demo** - _Upgraded to angular 15.0.0 to 16.1.4 - npm i - Getting below...
**IMPORTANT:** Upgrading angular 12 to 13 fails in migration step. Ngx-custom-validators have to be updated to angular@13 as well $ npx @angular/cli@13 update @angular/core@13 @angular/cli@13 Using package manager: 'npm' Collecting...
There is no LICENSE informaiton in this project. Since it is forked from ng2-validation, the MIT LICENSE is assumed to be applicable. It would be wise to update the LICENSE...
Updates version to support Angular 12. Just had to run: * npm install * npm audit fix * ng update @angular/core @angular/cli
**IMPORTANT:** After I have upgrade Angular CLI version from 11 to 12 **There are issue below** ` -``` _Namespace '"***/node_modules/ngx-custom-validators/node_modules/@an gular/core/core"' has no exported member 'ɵɵNgModuleDeclaration'. 4257 static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration;...
**IMPORTANT:** _Please be specific with an example. An issue with_ Upgrade any application from Angular 11 to Angular 12 **Current behavior** Fails to compile with following error: `Error: node_modules/ngx-custom-validators/src/app/url/directive.d.ts:8:25 -...
Hello, I forked [ng2-validation](https://github.com/yuyang041060120/ng2-validation) since Angular 5 to keep this package updated. I learned a lot and I has more free time than now. However, my lack of motivation is...
Hi @rsaenen the following URL does not pass the validation by URL ``` http://localhost:7576/login/callback ``` Is there a way to fix this?
fix(url) Add localhost & fix IP validation - Split regex into vars for readability - Add support for localhost - Fix IP regex - Add test