I\'m writing an angular2 component and am facing this problem.
Description: I want to push an option value in select selector to its handler when the
For me, passing ($event.target.value) as suggested by @microniks did not work. What worked was ($event.value) instead. I am using Angular 4.2.x and Angular Material 2
{{value.value}}