I am facing a scenario in which I am using a formGroup in parent component and child component. and I have placed same form control in parent and child but when I update value in parent, formgroup gets updated but value of control placed on child component do not get updated and vice versa. I have made a DEMO Please guild me what I have to do if I want both parent and child component get updated ui if value is changed either from parent or from child.