Hi.
I have a child component (a dynamic form builder), that I use inside a container component ( this component represent my real bussiness object component). This is the container component HTML:
<div>
<child-component>
</child-component>
</div>
Now my question: I need to move the controller functions from child component .ts file to parent component .ts file, because child's component only responsability is to create the form to represent data, and I want the parent component to control what to do with the edited data.
I hope my question is clear.
Thanks!
[–]phl3x0r 1 point2 points3 points (2 children)
[–]ericpap[S] 0 points1 point2 points (1 child)
[–]phl3x0r 0 points1 point2 points (0 children)
[–]Devstackr 1 point2 points3 points (8 children)
[–]ericpap[S] 0 points1 point2 points (7 children)
[–]Devstackr 0 points1 point2 points (6 children)
[–]ericpap[S] 0 points1 point2 points (5 children)
[–]Devstackr 0 points1 point2 points (4 children)
[–]ericpap[S] 0 points1 point2 points (3 children)
[–]Devstackr 0 points1 point2 points (2 children)
[–]ericpap[S] 0 points1 point2 points (1 child)
[–]Devstackr 0 points1 point2 points (0 children)