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

Continuous Integration Support #209

Closed mklein994 closed 6 years ago

mklein994 commented 6 years ago

Travis CI is free for open source projects, so integrating it here would be nice.

This would ease pull requests, as builds and tests would be checked for errors before merging. It also ensures that builds happen consistently across machines from a fresh install.