-
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
'sticky' is defined as an accessor in class 'CdkColumnDef', but is overridden here in 'NbColumnDefDirective' as an instance property. #3258
Comments
Same problem here |
A temporary fix that worked for me is to directly modify your
Hope this helps. |
Imo, that's actually not a good idea and not viable... for now, i just added this option in tsconfig.json
|
Same here. I used @theophane-girard solution ---> Thank you for that. |
Seems to be fixed in the newest version Nebular 14 |
Updated to Angular 18 and Nebular 14 and seems to be fixed. Thank you. |
Issue type
I'm submitting a ... (check one with "x")
Issue description
Current behavior:
When compiling my Angular project with Angular at v18, I get the error
Expected behavior:
Should not have compilation error.
Steps to reproduce:
Import
@nebular/theme
version 13.0.0 as a module into an angular project of version 18 (latest).-->
Other information:
npm, node, OS, Browser
Angular, Nebular
The text was updated successfully, but these errors were encountered: