Typescript error: Generic type 'ɵɵDirectiveDeclaration' requires between 6 and 8 type arguments. #969
Replies: 1 comment
-
|
@davidtaylor-omf yep. Angular major versions are not compatible. So i have to choose which one to support. The latest is chosen so the latest imask version works well with ng16. I can't support multiple builds for each angular by my own. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to use Imask in an Angular v14 application and its reporting the following error
Error: node_modules/angular-imask/imask.directive.d.ts:49:18 - error TS2707: Generic type 'ɵɵDirectiveDeclaration' requires between 6 and 8 type arguments.
49 static ɵdir: i0.ɵɵDirectiveDeclaration<IMaskDirective<any, any, any>, "[imask]", ["imask"], { "imask": { "alias": "imask"; "required": false; }; "unmask": { "alias": "unmask"; "required": false; }; "imaskElement": { "alias": "imaskElement"; "required": false; }; }, { "accept": "accept"; "complete": "complete"; }, never, never, true, never>;
Beta Was this translation helpful? Give feedback.
All reactions