Closed CWBittencourt closed 5 years ago
You spelled treee
instead of tree
😉
sorry
Have you imported the package in your main module?
import { TreetableModule } from 'ng-material-treetable';
@NgModule({
...
imports: [
...
TreetableModule // <--- this
],
...
})
export class AppModule { }
yes
And I suppose GridModule is correctly imported in AppModule?
Can you reproduce this on stackblitz so I can have a proper look at it?
Thank you. Working
Can you help me with this error?