I have comp-chil
`@Input() ObjectChild:any;`
comp-parent
<comp-child [ObjectChild]=checkValue(0,1)></comp-child>
checkValue(p1, p2){ return {p1:p1*(dosomething), p2:p2*dosomething};
It still work, but when I click anywhere fuction checkValue always call.