i has two components comp1 & comp2
comp1 has one array variable . i created constructor in comp2 for comp1 to access comp1 functions it is workiing correctly and the values are binding in same array variable which i binds.
i need to bind the value from comp2 along with existing datas in the array variable in comp1
Array variable in comp1 has some values already.
but my problem is when i binding the value from comp2 for the same variable the values are maintaing seperately not with existing datas in that array variable
how to bind the new values to comp1 variable along with existing datas