-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Angular 17 #3225
Comments
Guys, we have any news about this? |
The update is out since some hours! |
Am facing below error while upgrading application to Angular 17 with @nebular/theme": "^13.0.0". Kindly advise how to resolve this issue. Other Information: Error Message: `Error: node_modules/@nebular/theme/components/cdk/table/cell.d.ts:38:5 - error TS2610: 'sticky' is defined as an accessor in class 'CdkColumnDef', but is overridden here in 'NbColumnDefDirective' as an instance property. 38 sticky: boolean; Error: node_modules/@nebular/theme/components/cdk/table/row.d.ts:29:5 - error TS2610: 'sticky' is defined as an accessor in class 'CdkHeaderRowDef', but is overridden here in 'NbHeaderRowDefDirective' as an instance property. 29 sticky: boolean; Error: node_modules/@nebular/theme/components/cdk/table/row.d.ts:39:5 - error TS2610: 'sticky' is defined as an accessor in class 'CdkFooterRowDef', but is overridden here in 'NbFooterRowDefDirective' as an instance property. 39 sticky: boolean;` |
Maybe look at this issue: Sounds like a similar problem. |
Issue type
I'm submitting a ...
Issue description
Current behavior:
Nebular 12 does not support Angular 17, it expects Angular 16 as a dependency. When used with Angular 17, npm complains about unresolved dependencies.
Expected behavior:
Nebular should work out of the box with Angular 17.
Steps to reproduce:
Related code:
Other information:
npm, node, OS, Browser
Node v18.16.0
npm: 8.11.0
Angular, Nebular
Angular: 17.0.0
Nebular: 12.0.0
The text was updated successfully, but these errors were encountered: