I\'ve managed to get a Select list to bind with my model for the purpose of saving, but I cannot work out how to make Angular2 automatically select the correct option on the
The easiest way to solve this problem in Angular is to do:
In Template:
{{object.name}}
In your class:
this.selectedObjectIndex = 1/0/your number wich item should be selected