Angular Child Parent Child Communication with @ViewChild
Overview Although there is a way for siblings to communicate, there is also the option for a child to emit data to a parent component which can update another child component. In this scenario you have a layout (Parent Component) with a form (Child Component) and a data table (Child Component). The form will emit
You must be logged in to post a comment.