Skip to content
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

Open
1 of 2 tasks
htaebi opened this issue Nov 12, 2023 · 4 comments
Open
1 of 2 tasks

Support for Angular 17 #3225

htaebi opened this issue Nov 12, 2023 · 4 comments

Comments

@htaebi
Copy link

htaebi commented Nov 12, 2023

Issue type

I'm submitting a ...

  • bug report
  • feature request

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

@AyronFelipe
Copy link

Guys, we have any news about this?

@kisimediaDE
Copy link

The update is out since some hours!

@Srinivasan93n
Copy link

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:
node -v : v20.11.0
"tslib": "2.6.2",
"tslint": "~6.1.3",
"typescript": "~5.3.3"

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;`

@kisimediaDE
Copy link

Maybe look at this issue:
#3246

Sounds like a similar problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants