hjalmers / angular-generic-table

A generic table for Angular 2+. Generic table uses standard markup for tables ie. table, tr and td elements etc. and has support for expanding rows, global search, filters, sorting, pagination, export to CSV, column clicks, custom column rendering, custom export values.
https://hjalmers.github.io/angular-generic-table/
MIT License
104 stars 55 forks source link

Remove redundant dependencies and scripts from package.json #212

Open hjalmers opened 6 years ago

hjalmers commented 6 years ago

A lot of the scripts and packages can be removed with the introduction of ng-packagr #207