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

Upgrade Project to Angular 7 #54

Open christseng89 opened 5 years ago

christseng89 commented 5 years ago

When upgrade project to Angular 7, error message shows:

Package "angular5-data-table" has an incompatible peer dependency to "@angular/core" (requires "^5.0.0" (extended), would install "7.0.0").

Package "angular5-data-table" has an incompatible peer dependency to "@angular/common" (requires "^5.0.0" (extended), would install "7.0.0").

BTW, angular5-data-table is working properly w Angular V6.