Table: pReorderableRowHandle
directive generates error TS2322: Type 'string' is not assignable to type 'number'
#12416
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
With
tsconfig.json
>angularCompilerOptions.strictTemplates: true
, includingpReorderableRowHandle
on a production build fails witherror TS2322: Type 'string' is not assignable to type 'number'
Environment
See below.
Reproducer
No response
Angular version
14.2.7
PrimeNG version
14.1.2
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
16.17.0
Browser(s)
N/A
Steps to reproduce the behavior
pReorderableRowHandle
in a template containing Table as shown in the PrimeNG showcase in an Angular project withtsconfig.json
>angularCompilerOptions.strictTemplates: true
Expected behavior
The application should compile without error.
The text was updated successfully, but these errors were encountered: