Skip to content
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

Nui-table: No provider for InjectionToken CDK_TABLE #738

Open
TatsianaMasiukevich opened this issue Dec 11, 2024 · 0 comments
Open

Nui-table: No provider for InjectionToken CDK_TABLE #738

TatsianaMasiukevich opened this issue Dec 11, 2024 · 0 comments

Comments

@TatsianaMasiukevich
Copy link

Nova-ui is 'partial ivy', it means that it can be used in angular 17 application.
After 17.1 version, Angular CDK introduced changes and CDK_TABLE providers error appeared, which was in fixed in 17.2.0 release (see angular/components#28626) and supposed to work in 17.3+ as well, but Nova-ui still shows the same error (see angular team answer that it is not connected to angular issue: angular/components#29704)
So no issue in nui-table before 17.1 angular CDK, error is shown after 17.1+

To Reproduce
Steps to reproduce the behavior:

  1. Update Angular CDK to 17.2+ version
  2. Load app with nui-table

Actual: error [InjectionToken CDK_TABLE -> InjectionToken CDK_TABLE -> InjectionToken CDK_TABLE]:
NullInjectorError: No provider for InjectionToken CDK_TABLE!

Expected behaviorn
providers listed correctly for nui-table so that the table works in 16+ angular CDK versions

Screenshots
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant