mariuszfoltak / angular2-datatable

DataTable - Simple table component with sorting and pagination for Angular2
202 stars 182 forks source link

Added support for AOT compilation and removed need for typings #39

Closed Tuupertunut closed 8 years ago

Tuupertunut commented 8 years ago

Changed "typings" system to "@types". Changed tests to be more clear and also not break from updating angular. Added support for AOT compilation.

I suggest to check out individual commit messages to see more info about these changes.

Tuupertunut commented 8 years ago

Travis tests seem to fail but manual Chrome tests succeed. May be something to do with traceur. Waiting for an answer to #38.

Tuupertunut commented 8 years ago

Works now!

mariuszfoltak commented 8 years ago

Great work, thanks!