You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Update Angular CDK to 17.2+ version
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
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: