Uliana Pavelko
Uliana Pavelko

Reputation: 2952

Property 'matSortChange' does not exist on type 'MatSort'

I'm upgrading Angular Material and CDK version 2.0.0-beta.9 to 2.0.0-beta.12 in my Angular 4 app.

I get next compilation error: "Property 'matSortChange' does not exist on type 'MatSort'". Anyone knows whats wrong?

Upvotes: 1

Views: 1241

Answers (1)

Uliana Pavelko
Uliana Pavelko

Reputation: 2952

The answer is in the changelog, https://github.com/angular/material2/blob/master/CHANGELOG.md.

mdSortChange has been renamed to sortChange

Upvotes: 2

Related Questions