-
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
angular/[email protected]: [ERROR] TS2610 in NbTable #3246
Comments
As a workaround I used
in |
@mikejobson please specify where to add this configuration. Because there are multiple tsconfig files in this project. i have tried adding this configuration at root as well as lib level, but still the error persists. |
tried upgrading @angular/cdk and @angular/core to version 17.2.2 but issue was still not resolved. If any one have a hint regarding this, please let me know |
The same problem here after update Angular to v17. Using the following versions:
The following error logs:
|
I have a same problem |
I have the same issue using Angular 17 with Nebular 13. The |
Something new? I dont want to add |
I have the same issue too. Just one example: https://github.com/jesperancinha/image-train-filters-web/actions/runs/8750911507/job/24015413573 I will sill use the |
Hello! Any updates on this? I'm currently upgrading to Angular v17 and some legacy components of my app make use of cdk tables, so the Would be awesome to have a proper fix for this so we can keep our production projects up to date with Angular! Thanks a lot! |
Days, is there any news about this bug. I encountered this error in my multi-project with angular v17.
I have added Thanks a lot |
I just bumped my nebular version to "@nebular/eva-icons": "13.0.0" and "@nebular/theme": "13.0.0" and have the same problem. Thanks in advance 💪 |
Seems to be fixed in the newest version Nebular 14 |
I was having the same problem. As pointed out by @kisimediaDE, Nebula 14 does fix it but requires Angular 18.
My tests are running fine and the app is currently in staging phase for review. So far, every Nebular components are working as expected 🤞 |
Issue type
I'm submitting a ... (check one with "x")
Issue description
Current behavior:
Expected behavior:
Process finished with exit code 0
Steps to reproduce:
Update
@angular/cdk
to17.2.2
.Angular, Nebular
The text was updated successfully, but these errors were encountered: