selecting one property value from array of objectsin typescript code example Example: array objects to array of one property let result = objArray.map(a => a.foo);