You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IMPORTANT:
ngx-custom-validators not working with Angular 10, 11.
Steps to reproduce and a minimal demo
Add ngx-custom-validators to package.json of a test app created from Angular 11.
build the project
Current behavior
Angular compiler throws error Type 'import("/builds/xxxx/xxxxx/node_modules/ngx-custom-validators/node_modules/@angular/forms/forms").ValidatorFn' is not assignable to type 'import("/builds/xxxx/xxxx/node_modules/@angular/forms/forms").ValidatorFn
Expected/desired behavior
The code should compile without errors
Environment information
OS: Windows 10 Home
Angular Version: 11
Typescript version: 4.0.5
npm version: 6.14.9
Node Version: 12.8.0
Other information
The text was updated successfully, but these errors were encountered:
IMPORTANT:
ngx-custom-validators not working with Angular 10, 11.
Steps to reproduce and a minimal demo
Current behavior
Angular compiler throws error Type 'import("/builds/xxxx/xxxxx/node_modules/ngx-custom-validators/node_modules/@angular/forms/forms").ValidatorFn' is not assignable to type 'import("/builds/xxxx/xxxx/node_modules/@angular/forms/forms").ValidatorFn
Expected/desired behavior
The code should compile without errors
Environment information
Other information
The text was updated successfully, but these errors were encountered: