How do i select the first option in a select by default in angular 2 the following code don\'t seems to work.
Reactive form controls
You can also set value in component using rform.controls
this.rForm.controls['id'].setValue(this.array[0].id);