I have rendered some child components (which has some forms and field) in a parent component, now I am unable to fetch data from those child component's form's fields
There are many ways to share data between components. One which could be via @Input / @Output. Some examples:
Or perhaps more suitable for your case could also be via service.