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

Does ng2-table work in Angular4 #583

Open OhioGuy67 opened 7 years ago

OhioGuy67 commented 7 years ago

Is there any reason that ng2-table won't work in Angular4?

narsivc commented 7 years ago

bump. Has anyone tried this with Angular 4 ?

jquince commented 7 years ago

Yes just trying it with 4.3.6 and some demo code. Seems to work fine so far.

nblavoie commented 6 years ago

It does, without any issues others than these :

npm WARN ng2-table@1.3.2 requires a peer of @angular/common@~2.0.0 but none is installed. You must install peer dependencies yourself. npm WARN ng2-table@1.3.2 requires a peer of @angular/compiler@~2.0.0 but none is installed. You must install peer dependencies yourself. npm WARN ng2-table@1.3.2 requires a peer of @angular/core@~2.0.0 but none is installed. You must install peer dependencies yourself. npm WARN ng2-table@1.3.2 requires a peer of @angular/forms@~2.0.0 but none is installed. You must install peer dependencies yourself

janurag commented 6 years ago

@nblavoie did you find the workaround because of the dependancy issue i am getting error.

nblavoie commented 6 years ago

@janurag which dependency error is blocking your application from compiling/building ? The ones I had on the previous comment ? Those I had were only warnings, but the app is running great even on Angular 5.2.9.

ambujkhanna commented 3 years ago

Is this working with Angular 9 or 10 for anyone?

breitling commented 3 years ago

I have given up on ng2-table and moved on to NGPrime tables. They are supported and probably way better Angular-wise...good luck!