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
105 stars 55 forks source link

Travis support #210

Closed mklein994 closed 6 years ago

mklein994 commented 6 years ago

Closes #209

cc @hjalmers

mklein994 commented 6 years ago

I'm not very familiar with the project; how is this built from start to finish? At first glance, it seems like with the latest addition of ng-packagr (#207) makes some of the other scripts in package.json redundant.

hjalmers commented 6 years ago

Hi @mklein994 and thanks for contributing, I think adding Travis is a great idea and like you said, a lot of the script and some of the packages can and should be removed now that the lib is bundled using ng-packagr. If I'm not mistaken your first commit using the build:new should be the right one as that's what we're now using. I'm going to add another issue to clean up the scripts and dependencies in package.json.