Bug
Providing a Plunker (or similar) is the best way to get the team to see your issue.
Plunker template: https://plnkr.co/edit/EU3BBlViWpPf2NJW4PXx?p=preview
I am using this code for integrating multiple functionalities in md-table
@angular/cli: 1.4.3
node: 8.4.0
os: linux ia32
@angular/animations: 4.4.3
@angular/cdk: 2.0.0-beta.11
@angular/common: 4.4.3
@angular/compiler: 4.4.3
@angular/core: 4.4.3
@angular/forms: 4.4.3
@angular/http: 4.4.3
@angular/platform-browser: 4.4.3
@angular/flex-layout: 2.0.0-beta.8
@angular/material: 2.0.0-beta.11
@angular/platform-browser-dynamic: 4.4.3
@angular/router: 4.4.3
@angular/cli: 1.4.3
@angular/compiler-cli: 4.4.3
@angular/language-service: 4.4.3
typescript: 2.4.0
Hi i am using combined functionalities of filter,sorting,pagination in md-table ,after updating the material 2 version it showing following error


The SelectionModel has been moved to the CDK. You can import it from @angular/cdk/collections.
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
The
SelectionModelhas been moved to the CDK. You can import it from@angular/cdk/collections.