Open gershonkoral opened 5 months ago
Same problem here
@theophane-girard
A temporary fix that worked for me is to directly modify your @nebular/theme
module as follows:
sticky: boolean
property in node_modules/@nebular/theme/components/cdk/table/cell.d.ts
sticky: boolean
property in node_modules/@nebular/theme/components/cdk/table/row.d.ts
patch-package
to apply these changes for others on your team. Hope this helps.
@theophane-girard
A temporary fix that worked for me is to directly modify your
@nebular/theme
module as follows:
- Comment out line 38
sticky: boolean
property innode_modules/@nebular/theme/components/cdk/table/cell.d.ts
- Comment out line 39
sticky: boolean
property innode_modules/@nebular/theme/components/cdk/table/row.d.ts
- (Optional) Use
patch-package
to apply these changes for others on your team.Hope this helps.
Imo, that's actually not a good idea and not viable...
for now, i just added this option in tsconfig.json
compilerOptions: {
// ...
"skipLibCheck": true
}
Same here. I used @theophane-girard solution ---> Thank you for that. I was wondering if this project is going to continue updating, since lately I see it a little abandoned and I don't know I would choose it for future projects, which is a shame since it is very good.
Seems to be fixed in the newest version Nebular 14
skipLibCheck
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