I have an array of tranTypes (transaction types) that are loaded into a dropdown. After the user selects a value and navigates to another component upon return
tranTypes
You should have the value binded to the ngModel exactly same as that of your object inside array.
{{type.Desc}}
Best advisable to use id property as ngValue.
LIVE DEMO