nebular icon indicating copy to clipboard operation
nebular copied to clipboard

Support for Angular 17

Open htaebi opened this issue 1 year ago • 4 comments

Issue type

I'm submitting a ...

  • [ ] bug report
  • [x] 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

htaebi avatar Nov 12 '23 07:11 htaebi

Guys, we have any news about this?

AyronFelipe avatar Jan 18 '24 12:01 AyronFelipe

The update is out since some hours!

kisimediaDE avatar Jan 29 '24 11:01 kisimediaDE

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

Srinivasan93n avatar Mar 20 '24 12:03 Srinivasan93n

Maybe look at this issue: https://github.com/akveo/nebular/issues/3246

Sounds like a similar problem.

kisimediaDE avatar Mar 21 '24 06:03 kisimediaDE