Aug 28, 2017 · 1 min read
Marianna, FormBuilder is used to model inputs in the form and not for passing data. Communication between child parent component can be achieved by using Input and Output decorators. You can learn more here:https://angular.io/guide/component-interaction
In this case, I am calling a function in parent component when an event happens in child component.