I am using Angular 2 with Angular Material. Looking at the documentation, I am trying to get the select to have a default value as oppose to an empty place holder.
According to documentation you can do by the following way.
Option:1
{{defaultValue}} One One Two
Option:2
None One One Two
It must any value of select dropdown. Else it will not work.