diprokon / ng-table-virtual-scroll

Virtual Scroll for Angular Material Table
https://diprokon.github.io/ng-table-virtual-scroll
MIT License
135 stars 42 forks source link

Material Table not found for new Angular Material Version #11

Closed benedetto-kotzaneck closed 4 years ago

benedetto-kotzaneck commented 4 years ago

I am using Material V 9.0.0 and it seems that the import of MatTableDataSource is failed. From the material docs:

From changelog:

material

Breaking changes:

Components can no longer be imported through "@angular/material". Use the individual secondary entry-points, such as @angular/material/button.

It would be nice if the dependencies get updated for the new version of material.