I\'m using angular 5 and I\'m getting the console error:
Can\'t bind to \'ngValue\' since it isn\'t a known property of \'mat-option\'
I have met the same issue. The solution for me is to import 'ReactiveFormsModule'. So you can use [ngValue] to bind an object.
[ngValue]