Open
Description
Issue type
I'm submitting a ... (check one with "x")
- bug report
- feature request
Issue description
Current behavior:
X [ERROR] TS2610: 'sticky' is defined as an accessor in class 'CdkColumnDef', but is overridden here in 'NbColumnDefDirective' as an instance property. [plugin angular-compiler]
node_modules/@nebular/theme/components/cdk/table/cell.d.ts:38:4:
38 │ sticky: boolean;
╵ ~~~~~~
X [ERROR] TS2610: 'sticky' is defined as an accessor in class 'CdkHeaderRowDef', but is overridden here in 'NbHeaderRowDefDirective' as an instance property. [plugin angular-compiler]
node_modules/@nebular/theme/components/cdk/table/row.d.ts:29:4:
29 │ sticky: boolean;
╵ ~~~~~~
X [ERROR] TS2610: 'sticky' is defined as an accessor in class 'CdkFooterRowDef', but is overridden here in 'NbFooterRowDefDirective' as an instance property. [plugin angular-compiler]
node_modules/@nebular/theme/components/cdk/table/row.d.ts:39:4:
39 │ sticky: boolean;
╵ ~~~~~~
Expected behavior:
Process finished with exit code 0
Steps to reproduce:
Update @angular/cdk
to 17.2.2
.
Angular, Nebular
"@nebular/theme": "~13.0.0"
Metadata
Metadata
Assignees
Labels
No labels