How do i select the first option in a select by default in angular 2 the following code don\'t seems to work.
try using this
{{t.name}}
in controller/component use-
this.params.searchType=sTypes[0] onChange(updatedValue) { this.params.searchType = updatedValue; //other code }