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

Fixed AOT compilation issue #29

Closed codegagan closed 6 years ago

codegagan commented 6 years ago

Aot compilation was failing because of no explicit number conversion to string. This fixes #27

brunano21 commented 6 years ago

@codegagan thank you!