mlrv / ng-material-treetable

Angular Material treetable component :deciduous_tree: :heart: ♻️
http://ng-material-treetable.surge.sh
MIT License
99 stars 64 forks source link

Error #34

Closed CWBittencourt closed 5 years ago

CWBittencourt commented 5 years ago

Can you help me with this error? image

mlrv commented 5 years ago

You spelled treee instead of tree 😉

CWBittencourt commented 5 years ago

sorry image image

mlrv commented 5 years ago

Have you imported the package in your main module?

import { TreetableModule } from 'ng-material-treetable';

@NgModule({
    ...
  imports: [
    ...
    TreetableModule // <--- this
  ],
  ...
})
export class AppModule { }
CWBittencourt commented 5 years ago

yes image

mlrv commented 5 years ago

And I suppose GridModule is correctly imported in AppModule?

Can you reproduce this on stackblitz so I can have a proper look at it?

CWBittencourt commented 5 years ago

Thank you. Working image