HalitTalha / ng-material-extensions

Extended features for @angular/material components
Apache License 2.0
101 stars 52 forks source link

Receive "Can't bind to 'matTableFilter' since it isn't a known property of 'table'" after upgrading to version 1.2.1 #19

Closed jacknkandy closed 5 years ago

jacknkandy commented 5 years ago

I have just tried upgrading the mat-table-filter package to version 1.2.1 and am receiving the following error: "Can't bind to 'matTableFilter' since it isn't a known property of 'table'".

I am running Angular Materials 8.2.3.

Cheers

HalitTalha commented 5 years ago

Thanks for clarifying. This is expected behavior. matTableFilter input is removed in b76b448. It is no longer required. Those who upgraded and got this error should check the docs and stacblitz demo. That was a breaking change.

jacknkandy commented 5 years ago

Thanks for clarifying @HalitTalha