I got following problem when accessing formArray value like this
this.form.get('formArrayNameExample').value it returns
but if accessing value property this.form.get('formArrayNameExample') it returns...
Really confusing. Is it some kind of angular forms bug or what ?

