-
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
fix(NbTreeGrid): Add a provide for CDK_TABLE #3265
Conversation
Since Angular 17.1.0 and above the NbTreeGrid component wasn't working due to this missing CDK_TABLE provider and was giving this error: NullInjectorError: No provider for InjectionToken CDK_TABLE!
Quality Gate passedIssues Measures |
why they donot merge this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok this wil fix NullInjectorError
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CDK_TABLE WITH NbTreeGridComponent
Brothers! lets merge this! |
i donot know why they are ignore this pull requets |
Since Angular 17.1.0 and above the NbTreeGrid component wasn't working due to this missing CDK_TABLE provider and was giving this error: NullInjectorError: No provider for InjectionToken CDK_TABLE!
Please read and mark the following check list before creating a pull request:
Short description of what this resolves:
This fixes the issue where we get a NullInjectorError: No provider for InjectionToken CDK_TABLE! while using Nebular 13 & 14 in combination with Angular 17.1.0 and above. See issue: #3241