ng2-table
ng2-table copied to clipboard
Not working with Angular 5 ?
The install complains about peer dependencies on Angular 2...
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."
You should import the Ng2TableModule in your SharedModule. Ng2TableModule contains the NgTableComponent component.