ng2-table icon indicating copy to clipboard operation
ng2-table copied to clipboard

Not working with Angular 5 ?

Open denizen11 opened this issue 7 years ago • 2 comments

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

denizen11 avatar Dec 21 '17 23:12 denizen11

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."

wakuu avatar Dec 24 '17 15:12 wakuu

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

Eddie541 avatar Jan 08 '18 18:01 Eddie541