cmglez10 / ng-datatable

DataTable - Simple table component with sorting and pagination for Angular2
8 stars 5 forks source link

Update to Angular and RxJS to version 6 #3

Closed PascalHonegger closed 6 years ago

PascalHonegger commented 6 years ago

Description

This pull requests updates the dependencies and peerDependencies. I did some manual testing of the example app and couldn't find any problems. This fixes issue #2.

Changes overview

Angular and RxJS get updated to version 6 (see package.json). The only code changes include changes to systemjs.config and two import statements.