brunano21 / angular-4-data-table

An Angular 5 data table, with pagination, sorting, expandable rows, row selection, etc. with basic accessibility support.
MIT License
11 stars 19 forks source link

Pagination template clean #30

Closed codegagan closed 6 years ago

codegagan commented 6 years ago

Moved the complex code from pagination template to component class. This fixes #27 aot comilation issue too.

Have tested the text in demo app after changes.

codegagan commented 6 years ago

Please review and let me know if any changes are required.

brunano21 commented 6 years ago

Closed in favour of #29.