I have prepared a from using ReactiveForms provided by angular2/forms. This form has a form array products:
this.checkoutFormGroup = this.fb.group({
One liner as an option to the current accepted answer
var item = (this.checkoutFormGroup.get('products')).at(index);