nebular icon indicating copy to clipboard operation
nebular copied to clipboard

fix(NbTreeGrid): Add a provide for CDK_TABLE

Open jkneepkens opened this issue 1 year ago • 4 comments

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: https://github.com/akveo/nebular/issues/3241

jkneepkens avatar Aug 26 '24 15:08 jkneepkens