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

Installing ng2-table on Angular 6 #603

Open ps3331333 opened 6 years ago

ps3331333 commented 6 years ago

When installing with the following command: npm i ng2-table --save

I get the warnings below, can these be ignored? If not, how to fix this problem?

Thanks

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.

SamuelMarks commented 6 years ago

Yeah, I'm using Angular 6 and just ignore those warnings.

niklas-dahl commented 6 years ago

not quite an optimal situation..