Changes the naming of the FormArray methods support, in order to solve the situation when 2 FormArrays are called the same way in different places
For example:
Given this structure:
data:
contact:
phones: []
- 1.*: addPhone()
- 2.*: addDataContactPhones()