valor-software / ng2-table

Simple table extension with sorting, filtering, paging... for Angular2 apps
http://valor-software.github.io/ng2-table/
MIT License
553 stars 336 forks source link

Not working with Angular 5 ? #594

Open denizen11 opened 6 years ago

denizen11 commented 6 years ago

The install complains about peer dependencies on Angular 2...

wakuu commented 6 years ago

Is it working with angular 5 ? I've got this error : "Uncaught Error: Unexpected directive 'NgTableComponent' imported by the module 'SharedModule'. Please add a @NgModule annotation."

Eddie541 commented 6 years ago

You should import the Ng2TableModule in your SharedModule. Ng2TableModule contains the NgTableComponent component.